#57F0FF
A light, vivid cyan closely aligning with Aqua.
About #57F0FF
When working with digital screens, the color #57F0FF is rendered by mixing light. Designers often compare it to the standard color Aqua. Its digital footprint relies on 87 parts red, 240 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 66% cyan, 6% magenta, 0% yellow, and 0% black. With a hue angle of 185.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57F0FF
RGB87, 240, 255
HSL185.4°, 100.0%, 67.1%
CMYK66%, 6%, 0%, 0%
HSV185.4°, 65.9%, 100.0%
LAB87.8, -35.3, -19.1
XYZ53.1, 71.6, 105.6
Decimal5763327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.31:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F0FF;
}
.text-color {
color: #57F0FF;
}
.border-color {
border: 2px solid #57F0FF;
}