#24FFFF
A medium, vivid cyan closely aligning with Aqua.
About #24FFFF
At its core, #24FFFF is a medium and vivid hue. It is closely associated with the named CSS color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 255, and 255.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 86% cyan, 0% magenta, 0% yellow, and 0% black. The HSL representation is 180.0° hue, 100.0% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24FFFF
RGB36, 255, 255
HSL180.0°, 100.0%, 57.1%
CMYK86%, 0%, 0%, 0%
HSV180.0°, 85.9%, 100.0%
LAB91.3, -47.0, -13.9
XYZ54.5, 79.1, 107.0
Decimal2424831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.82:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FFFF;
}
.text-color {
color: #24FFFF;
}
.border-color {
border: 2px solid #24FFFF;
}