#24DBF0
A medium, vivid cyan closely aligning with Darkturquoise.
About #24DBF0
The hex code #24DBF0 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 36 parts red, 219 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 9% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24DBF0
RGB36, 219, 240
HSL186.2°, 87.2%, 54.1%
CMYK85%, 9%, 0%, 6%
HSV186.2°, 85.0%, 94.1%
LAB80.4, -35.2, -22.5
XYZ41.8, 57.3, 91.3
Decimal2415600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.47:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DBF0;
}
.text-color {
color: #24DBF0;
}
.border-color {
border: 2px solid #24DBF0;
}