#24F8FF
A medium, vivid cyan closely aligning with Aqua.
About #24F8FF
Visually, #24F8FF is defined as a vivid cyan. Designers often compare it to the standard color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 248, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 86% cyan, 3% magenta, 0% yellow, and 0% black. With a hue angle of 181.9 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#24F8FF
RGB36, 248, 255
HSL181.9°, 100.0%, 57.1%
CMYK86%, 3%, 0%, 0%
HSV181.9°, 85.9%, 100.0%
LAB89.3, -43.9, -16.9
XYZ52.3, 74.7, 106.3
Decimal2423039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.95:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F8FF;
}
.text-color {
color: #24F8FF;
}
.border-color {
border: 2px solid #24F8FF;
}