#24dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
36, 223, 188
HSL
169°, 75%, 51%
CMYK
84, 0, 16, 13
Luminance
0.5678
Every format
| HEX | #24dfbc |
| RGB | rgb(36, 223, 188) |
| HSL | hsl(169, 75%, 51%) |
| CMYK | cmyk(84%, 0%, 16%, 13%) |
| LAB | lab(80.0 -51.6 4.8) |
| LCH | lch(80.0 51.9 174.7) |
| OKLCH | oklch(0.810 0.147 175.4) |
Copy-ready code
/* CSS */
color: #24dfbc;
background-color: #24dfbc;
/* Tailwind (arbitrary) */
class="text-[#24dfbc] bg-[#24dfbc]"
/* SCSS */
$brand: #24dfbc;
/* SwiftUI */
Color(red: 0.141, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#24dfbc")Accessibility — WCAG contrast
Aa
#24dfbc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24dfbc on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green87.5%
Blue73.7%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#24dfbc text on a black background
contrast 12.36:1
Card sample
#24dfbc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24dfbc;
Background color
Panel with #24dfbc background
background-color: #24dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24dfbc; background: linear-gradient(135deg, #24dfbc, #2485DF);