#75E2E9
A light, vivid cyan closely aligning with Mediumturquoise.
About #75E2E9
At its core, #75E2E9 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 226, and 233.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 3% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E2E9
RGB117, 226, 233
HSL183.6°, 72.5%, 68.6%
CMYK50%, 3%, 0%, 9%
HSV183.6°, 49.8%, 91.4%
LAB84.0, -29.4, -13.1
XYZ49.2, 64.1, 86.9
Decimal7725801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.81:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E2E9;
}
.text-color {
color: #75E2E9;
}
.border-color {
border: 2px solid #75E2E9;
}