#75F0E2
A light, vivid cyan closely aligning with Turquoise.
About #75F0E2
At its core, #75F0E2 is a light and vivid hue. Designers often compare it to the standard color Turquoise. Its digital footprint relies on 117 parts red, 240 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 51% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75F0E2
RGB117, 240, 226
HSL173.2°, 80.4%, 70.0%
CMYK51%, 0%, 6%, 6%
HSV173.2°, 51.3%, 94.1%
LAB87.8, -37.8, -3.8
XYZ52.2, 71.6, 83.0
Decimal7729378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32: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: #75F0E2;
}
.text-color {
color: #75F0E2;
}
.border-color {
border: 2px solid #75F0E2;
}