#24DBE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #24DBE2
When working with digital screens, the color #24DBE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 36 red, 219 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 84% C, 3% M, 0% Y, and 11% K. The HSL representation is 182.2° hue, 76.6% saturation, and 51.4% lightness.
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#24DBE2
RGB36, 219, 226
HSL182.2°, 76.6%, 51.4%
CMYK84%, 3%, 0%, 11%
HSV182.2°, 84.1%, 88.6%
LAB79.9, -39.4, -15.7
XYZ39.8, 56.5, 80.8
Decimal2415586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DBE2;
}
.text-color {
color: #24DBE2;
}
.border-color {
border: 2px solid #24DBE2;
}