#75F8E9
A light, vivid cyan closely aligning with Turquoise.
About #75F8E9
Visually, #75F8E9 is defined as a vivid cyan. Its closest recognized web color is Turquoise. In the RGB color space, it consists of 117 red, 248 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 53% cyan, 0% magenta, 6% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75F8E9
RGB117, 248, 233
HSL173.1°, 90.3%, 71.6%
CMYK53%, 0%, 6%, 3%
HSV173.1°, 52.8%, 97.3%
LAB90.2, -39.7, -3.8
XYZ55.6, 76.8, 89.0
Decimal7731433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.36:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F8E9;
}
.text-color {
color: #75F8E9;
}
.border-color {
border: 2px solid #75F8E9;
}