#24dcd3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
36, 220, 211
HSL
177°, 72%, 50%
CMYK
84, 0, 4, 14
Luminance
0.5626
Every format
| HEX | #24dcd3 |
| RGB | rgb(36, 220, 211) |
| HSL | hsl(177, 72%, 50%) |
| CMYK | cmyk(84%, 0%, 4%, 14%) |
| LAB | lab(79.8 -44.2 -7.9) |
| LCH | lch(79.8 44.9 190.1) |
| OKLCH | oklch(0.809 0.135 189.4) |
Copy-ready code
/* CSS */
color: #24dcd3;
background-color: #24dcd3;
/* Tailwind (arbitrary) */
class="text-[#24dcd3] bg-[#24dcd3]"
/* SCSS */
$brand: #24dcd3;
/* SwiftUI */
Color(red: 0.141, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#24dcd3")Accessibility — WCAG contrast
Aa
#24dcd3 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24dcd3 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green86.3%
Blue82.7%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#24dcd3 text on a black background
contrast 12.25:1
Card sample
#24dcd3 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24dcd3;
Background color
Panel with #24dcd3 background
background-color: #24dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24dcd3; background: linear-gradient(135deg, #24dcd3, #246ADC);