#75C5C5
A light, moderate cyan closely aligning with Mediumturquoise.
About #75C5C5
The hex code #75C5C5 represents a beautifully specific shade of cyan. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(117, 197, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 41% cyan, 0% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75C5C5
RGB117, 197, 197
HSL180.0°, 40.8%, 61.6%
CMYK41%, 0%, 0%, 23%
HSV180.0°, 40.6%, 77.3%
LAB74.7, -24.5, -7.7
XYZ37.4, 47.7, 60.1
Decimal7718341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.55:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C5C5;
}
.text-color {
color: #75C5C5;
}
.border-color {
border: 2px solid #75C5C5;
}