#1DC5A0
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #1DC5A0
The hex code #1DC5A0 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Mediumaquamarine. Its digital footprint relies on 29 parts red, 197 parts green, and 160 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 85% C, 0% M, 19% Y, and 23% K. The HSL representation is 166.8° hue, 74.3% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DC5A0
RGB29, 197, 160
HSL166.8°, 74.3%, 44.3%
CMYK85%, 0%, 19%, 23%
HSV166.8°, 85.3%, 77.3%
LAB71.4, -48.7, 7.3
XYZ26.8, 42.7, 40.1
Decimal1951136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC5A0;
}
.text-color {
color: #1DC5A0;
}
.border-color {
border: 2px solid #1DC5A0;
}