#5FFFFF
A light, vivid cyan closely aligning with Aqua.
About #5FFFFF
The hex code #5FFFFF represents a beautifully specific shade of cyan. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(95, 255, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 63% C, 0% M, 0% Y, and 0% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FFFFF
RGB95, 255, 255
HSL180.0°, 100.0%, 68.6%
CMYK63%, 0%, 0%, 0%
HSV180.0°, 62.7%, 100.0%
LAB92.2, -41.0, -12.4
XYZ58.5, 81.2, 107.2
Decimal6291455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.23:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFFF;
}
.text-color {
color: #5FFFFF;
}
.border-color {
border: 2px solid #5FFFFF;
}