#57FFFF
A light, vivid cyan closely aligning with Aqua.
About #57FFFF
At its core, #57FFFF is a light and vivid hue. Designers often compare it to the standard color Aqua. Its digital footprint relies on 87 parts red, 255 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57FFFF
RGB87, 255, 255
HSL180.0°, 100.0%, 67.1%
CMYK66%, 0%, 0%, 0%
HSV180.0°, 65.9%, 100.0%
LAB92.0, -42.2, -12.7
XYZ57.7, 80.8, 107.2
Decimal5767167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.15:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FFFF;
}
.text-color {
color: #57FFFF;
}
.border-color {
border: 2px solid #57FFFF;
}