#75E2CC
A light, moderate cyan closely aligning with Turquoise.
About #75E2CC
At its core, #75E2CC is a light and moderate hue. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 117 red, 226 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 48% cyan, 0% magenta, 10% yellow, and 11% black. With a hue angle of 167.9 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E2CC
RGB117, 226, 204
HSL167.9°, 65.3%, 67.3%
CMYK48%, 0%, 10%, 11%
HSV167.9°, 48.2%, 88.6%
LAB83.2, -36.6, 1.1
XYZ45.4, 62.5, 66.8
Decimal7725772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E2CC;
}
.text-color {
color: #75E2CC;
}
.border-color {
border: 2px solid #75E2CC;
}