#1DC5B6
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DC5B6
At its core, #1DC5B6 is a medium and vivid hue. Its closest recognized web color is Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 197, and 182.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 0% M, 8% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DC5B6
RGB29, 197, 182
HSL174.6°, 74.3%, 44.3%
CMYK85%, 0%, 8%, 23%
HSV174.6°, 85.3%, 77.3%
LAB71.9, -42.8, -3.8
XYZ28.9, 43.6, 51.1
Decimal1951158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.71:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC5B6;
}
.text-color {
color: #1DC5B6;
}
.border-color {
border: 2px solid #1DC5B6;
}