#75D3C5
A light, moderate cyan closely aligning with Mediumturquoise.
About #75D3C5
Visually, #75D3C5 is defined as a moderate cyan. It is closely associated with the named CSS color Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 211, and 197.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 0% magenta, 7% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75D3C5
RGB117, 211, 197
HSL171.1°, 51.6%, 64.3%
CMYK45%, 0%, 7%, 17%
HSV171.1°, 44.5%, 82.7%
LAB78.7, -31.3, -1.8
XYZ40.7, 54.4, 61.2
Decimal7721925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D3C5;
}
.text-color {
color: #75D3C5;
}
.border-color {
border: 2px solid #75D3C5;
}