No Internet Connection !
RealmeC51
Please Wait
InfinixNokia OppoRealme SamsungSymphony Tecno Vivo Walton Xiaomi iphone All

Realme C51 price in bangladesh

Realme C51

Phone name Realme C51
Price 13999 টাকা
Display 6.74 inches + IPS LCD Touchscreen
OS Android 13 (Realme UI T)
Camera Dual 50+0.3 Megapixel + 5 Megapixel
Fingerprint Yes (Side Mounted)
Chipset Unisoc Tiger T612 (12 nm)
RAM+ROM 4 GB+ 64,128 GB
Battery Lithium-polymer + 5000 mAh (non-removable)

Full specification
Launch Date August, 2023
Connectivity
Network 2G, 3G, 4G
SIM Dual Nano SIM
Wifi Yes
Bluetooth 5.0, A2DP, LE
GPS A-GPS, GLONASS, GALILEO
USB v2.0
OTG Yes
WLAN Dual-band, Wi-Fi hotspot
NFC 360º
Body
Dimensions 167.2 x 76.7 x 8 millimeter
Weight 186 grams
Material Glass front, Plastic body
Display
Display type IPS LCD Touchscreen
Display size 6.74 inches
Resolution HD+ 720 x 1600 pixels (260 ppi)
Multitouch Yes
Performance
Operating System Android 13 (Realme UI T)
Processor Octa core, up to 1.8 GHz
Chipset Unisoc Tiger T612 (12 nm)
GPU Mali-G57
Storage
Internal storage 64,128 GB
RAM 4 GB
Camera
Back camera Dual 50+0.3 Megapixel
Features PDAF, LED flash, f/1.7, depth, HDR & more
Video Recording Full HD (1080p)
Front Camera 5 Megapixel
Features F/2.2 aperture, HDR & more
Video Recording HD (720p)
Sound
3.5mm jack Yes
Features Loudspeaker
Battery
Battery type Lithium-polymer
Battery capacity 5000 mAh (non-removable)
Charging 33W Fast Charging (0-50% in 28 minutes)
Security
Fingerprint Yes (Side Mounted)
Face Unlock Yes
Others
Sensor Fingerprint, Accelerometer, Proximity, E-Compass
Made by Bangladesh
Color Mint Green, Carbon Black


Comment about this product




Comment


Please wait . . . . . . . . . .

search
section
Back
about
window.addEventListener('wheel', function(event) {let dn = document.getElementById('dn');if (event.deltaY > 0) {dn.style.display= "none"; } else if (event.deltaY < 0){dn.style.display= "block"; }}); // Check if the device supports touch events if ('ontouchstart' in window || navigator.maxTouchPoints) { // Add touch event listeners for scrolling document.addEventListener('touchstart', handleTouchStart); document.addEventListener('touchmove', handleTouchMove); } // Variables to track touch start position let startX;let startY; function handleTouchStart(event) { // Record the start position of touch startX = event.touches[0].clientX;startY = event.touches[0].clientY; } function handleTouchMove(event) { // Calculate the distance traveled let deltaX = event.touches[0].clientX - startX; let deltaY = event.touches[0].clientY - startY; // Check if the distance traveled is mostly vertical if (Math.abs(deltaY) > Math.abs(deltaX)) { // If so, handle it as a vertical scroll if (deltaY < 0) { // Scrolling down let dn = document.getElementById('dn'); dn.style.display= "none"; } else { // Scrolling up let dn = document.getElementById('dn'); dn.style.display= "block"; }}} function searchPhone(objID) { let hideSearch = document.getElementById('hideSearch'); let processing = document.getElementById('processing'); let phonename = document.getElementById('phonename').value; hideSearch.style.display="block"; processing.style.display="block"; let url = '../getphoneName'; let data = {phonename:phonename}; axios.post(url,data) .then(function(res){ document.getElementById('objID').innerHTML=res.data; processing.style.display="none"; }) .catch(function(error){ document.getElementById('objID').innerHTML=error; }) } let textarea = document.getElementById('opinion'); textarea.addEventListener("keyup", e =>{ textarea.style.height = "5px"; let scHeight = e.target.scrollHeight; textarea.style.height = `${scHeight}px`; }); let submit = document.getElementById('submit'); submit.addEventListener("click",function(){ let brand = document.getElementById('brand').innerHTML; let rating = document.getElementById('rating'); let ratingerror = document.getElementById('ratingerror'); let myform = document.getElementById('myform'); let processing = document.getElementById('processing1'); let objID = document.getElementById('objID1'); let name = document.getElementById('name'); let opinion = document.getElementById('opinion'); if(rating.value=='NULL'){ ratingerror.innerHTML='Rating is required !'; return false; }else if(name.value==''){ name.placeholder='Name is required !'; ratingerror.innerHTML=''; return false; }else if(opinion.value==''){ opinion.placeholder='Comment is required !'; ratingerror.innerHTML=''; return false; }else{ processing.style.display="block"; let url = 'addComment'; let data = {name:name.value,rating:rating.value,opinion:opinion.value,pname:brand}; axios.post(url,data) .then(function(res){ objID.innerHTML=res.data; myform.style.display="none"; processing.style.display="none"; }) .catch(function(error){ objID.innerHTML=error; }) }}); function makerequest() { let brand = document.getElementById('brand').innerHTML; let processing = document.getElementById('processing1'); let objID = document.getElementById('objID1'); processing.style.display="block"; let url = 'getComment'; let data = {pname:brand}; axios.post(url,data) .then(function(res){ objID.innerHTML=res.data; processing.style.display="none"; }) .catch(function(error){ objID.innerHTML=error; }) } setTimeout(makerequest(),0); -->