#57E9DB
A light, vivid cyan closely aligning with Turquoise.
About #57E9DB
Visually, #57E9DB is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 233, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 63% cyan, 0% magenta, 6% yellow, and 9% black. With a hue angle of 174.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57E9DB
RGB87, 233, 219
HSL174.2°, 76.8%, 62.7%
CMYK63%, 0%, 6%, 9%
HSV174.2°, 62.7%, 91.4%
LAB84.7, -41.9, -4.7
XYZ45.9, 65.4, 77.2
Decimal5761499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.08:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E9DB;
}
.text-color {
color: #57E9DB;
}
.border-color {
border: 2px solid #57E9DB;
}