#75E2D3
A light, moderate cyan closely aligning with Mediumturquoise.
About #75E2D3
Visually, #75E2D3 is defined as a moderate cyan. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(117, 226, 211).
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 0% Magenta, 7% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#75E2D3
RGB117, 226, 211
HSL171.7°, 65.3%, 67.3%
CMYK48%, 0%, 7%, 11%
HSV171.7°, 48.2%, 88.6%
LAB83.4, -35.0, -2.4
XYZ46.3, 62.9, 71.3
Decimal7725779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E2D3;
}
.text-color {
color: #75E2D3;
}
.border-color {
border: 2px solid #75E2D3;
}