#57FFF0
A light, vivid cyan closely aligning with Aqua.
About #57FFF0
Visually, #57FFF0 is defined as a vivid cyan. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(87, 255, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 66% cyan, 0% magenta, 6% yellow, and 0% black. The HSL representation is 174.6° hue, 100.0% saturation, and 67.1% lightness.
When using this color as a background, text legibility must be considered. 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#57FFF0
RGB87, 255, 240
HSL174.6°, 100.0%, 67.1%
CMYK66%, 0%, 6%, 0%
HSV174.6°, 65.9%, 100.0%
LAB91.6, -46.1, -5.5
XYZ55.4, 79.8, 94.9
Decimal5767152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.97:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FFF0;
}
.text-color {
color: #57FFF0;
}
.border-color {
border: 2px solid #57FFF0;
}