#24F0D3
A medium, vivid cyan closely aligning with Turquoise.
About #24F0D3
At its core, #24F0D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(36, 240, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 0% M, 12% Y, and 6% K. The HSL representation is 171.5° hue, 87.2% saturation, and 54.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24F0D3
RGB36, 240, 211
HSL171.5°, 87.2%, 54.1%
CMYK85%, 0%, 12%, 6%
HSV171.5°, 85.0%, 94.1%
LAB85.7, -52.6, 0.8
XYZ43.6, 67.4, 72.3
Decimal2420947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F0D3;
}
.text-color {
color: #24F0D3;
}
.border-color {
border: 2px solid #24F0D3;
}