#53eceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
83, 236, 235
HSL
180°, 80%, 63%
CMYK
65, 0, 0, 8
Luminance
0.6783
Every format
| HEX | #53eceb |
| RGB | rgb(83, 236, 235) |
| HSL | hsl(180, 80%, 63%) |
| CMYK | cmyk(65%, 0%, 0%, 8%) |
| LAB | lab(85.9 -39.6 -11.4) |
| LCH | lch(85.9 41.2 196.0) |
| OKLCH | oklch(0.864 0.127 194.4) |
Copy-ready code
/* CSS */
color: #53eceb;
background-color: #53eceb;
/* Tailwind (arbitrary) */
class="text-[#53eceb] bg-[#53eceb]"
/* SCSS */
$brand: #53eceb;
/* SwiftUI */
Color(red: 0.325, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#53eceb")Accessibility — WCAG contrast
Aa
#53eceb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53eceb on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan64.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#53eceb text on a black background
contrast 14.57:1
Card sample
#53eceb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53eceb;
Background color
Panel with #53eceb background
background-color: #53eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53eceb; background: linear-gradient(135deg, #53eceb, #5387EC);