#24E9F8
A medium, vivid cyan closely aligning with Darkturquoise.
About #24E9F8
The hex code #24E9F8 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 36 red, 233 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 85% cyan, 6% magenta, 0% yellow, and 3% black. The HSL representation is 184.2° hue, 93.8% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24E9F8
RGB36, 233, 248
HSL184.2°, 93.8%, 55.7%
CMYK85%, 6%, 0%, 3%
HSV184.2°, 85.5%, 97.3%
LAB84.7, -39.2, -20.1
XYZ46.8, 65.4, 99.0
Decimal2419192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.09:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E9F8;
}
.text-color {
color: #24E9F8;
}
.border-color {
border: 2px solid #24E9F8;
}