#24efe0
a balanced, electric cyan · cool · closest name: turquoise
RGB
36, 239, 224
HSL
176°, 86%, 54%
CMYK
85, 0, 6, 6
Luminance
0.6749
Every format
| HEX | #24efe0 |
| RGB | rgb(36, 239, 224) |
| HSL | hsl(176, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 6%, 6%) |
| LAB | lab(85.8 -48.8 -5.9) |
| LCH | lch(85.8 49.1 186.9) |
| OKLCH | oklch(0.859 0.146 186.6) |
Copy-ready code
/* CSS */
color: #24efe0;
background-color: #24efe0;
/* Tailwind (arbitrary) */
class="text-[#24efe0] bg-[#24efe0]"
/* SCSS */
$brand: #24efe0;
/* SwiftUI */
Color(red: 0.141, green: 0.937, blue: 0.878)
/* Android */
Color.parseColor("#24efe0")Accessibility — WCAG contrast
Aa
#24efe0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24efe0 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green93.7%
Blue87.8%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow6.3%
Key (black)6.3%
Color previews
#24efe0 text on a black background
contrast 14.50:1
Card sample
#24efe0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24efe0;
Background color
Panel with #24efe0 background
background-color: #24efe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24efe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 239, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 239, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24efe0; background: linear-gradient(135deg, #24efe0, #2476EF);