#1DC5A8
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #1DC5A8
When working with digital screens, the color #1DC5A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumaquamarine. Its digital footprint relies on 29 parts red, 197 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 0% M, 15% Y, and 23% K. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DC5A8
RGB29, 197, 168
HSL169.6°, 74.3%, 44.3%
CMYK85%, 0%, 15%, 23%
HSV169.6°, 85.3%, 77.3%
LAB71.6, -46.6, 3.2
XYZ27.5, 43.0, 43.9
Decimal1951144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.60:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC5A8;
}
.text-color {
color: #1DC5A8;
}
.border-color {
border: 2px solid #1DC5A8;
}