#24E2FF
A medium, vivid cyan closely aligning with Darkturquoise.
About #24E2FF
The precise color #24E2FF is an excellent choice for modern design projects. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 226, and 255.
Translating this color to physical media requires the CMYK color model. The color uses 86% Cyan, 11% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24E2FF
RGB36, 226, 255
HSL187.9°, 100.0%, 57.1%
CMYK86%, 11%, 0%, 0%
HSV187.9°, 85.9%, 100.0%
LAB82.9, -33.8, -26.5
XYZ46.0, 62.0, 104.1
Decimal2417407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.40:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E2FF;
}
.text-color {
color: #24E2FF;
}
.border-color {
border: 2px solid #24E2FF;
}