#24cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
36, 207, 172
HSL
168°, 70%, 48%
CMYK
83, 0, 17, 19
Luminance
0.4798
Every format
| HEX | #24cfac |
| RGB | rgb(36, 207, 172) |
| HSL | hsl(168, 70%, 48%) |
| CMYK | cmyk(83%, 0%, 17%, 19%) |
| LAB | lab(74.8 -49.2 5.8) |
| LCH | lch(74.8 49.5 173.3) |
| OKLCH | oklch(0.765 0.140 174.0) |
Copy-ready code
/* CSS */
color: #24cfac;
background-color: #24cfac;
/* Tailwind (arbitrary) */
class="text-[#24cfac] bg-[#24cfac]"
/* SCSS */
$brand: #24cfac;
/* SwiftUI */
Color(red: 0.141, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#24cfac")Accessibility — WCAG contrast
Aa
#24cfac on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24cfac on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green81.2%
Blue67.5%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#24cfac text on a black background
contrast 10.60:1
Card sample
#24cfac text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24cfac;
Background color
Panel with #24cfac background
background-color: #24cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24cfac; background: linear-gradient(135deg, #24cfac, #2480CF);