Shades of Dark Turquoise #1DC4D1
Tints of Dark Turquoise #1DC4D1
RGB
CMYK
RGB Variations
Color information
#1DC4D1 (or 0x1DC4D1) is known color: Dark Turquoise. HEX triplet: 1D, C4 and D1. RGB value is (29,196,209). Sum of RGB (Red+Green+Blue) = 29+196+209=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #1DC4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC4D1 is #E23B2E. Grayscale: #939393. Windows color (decimal): -14826287 or 13747229. OLE color: 13747229.
HSL color Cylindrical-coordinate representation of color #1DC4D1: hue angle of 184.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC4D1 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 196 | 209 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.18 |
| HSL | 184.33º | 0.76% | 0.47% | - |
| HSV(B) | 184.33º | 0.86% | 0.82% | - |
| XYZ | 31.76 | 44.34 | 67.21 | - |
| YUV | 147.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 209 | 0.86 | 0.06 | 0 | 0.18 | 184.33 | 0.76 | 0.47 |
| Hex | 1D | C4 | D1 | 56 | 6 | 0 | 12 | B8 | 4C | 2F |
| Octal | 35 | 304 | 321 | 126 | 6 | 0 | 22 | 270 | 114 | 57 |
| Binary | 11101 | 11000100 | 11010001 | 1010110 | 110 | 0 | 10010 | 10111000 | 1001100 | 101111 |
Color Harmonies of #1DC4D1
Complementary color
Monochromatic Colors of #1DC4D1
Black with #1DC4D1
Text Example
Text Example
White with #1DC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC4D1; }
p { color: rgb(29,196,209); }
H1.HeaderClassName
{
color: #1DC4D1;
}
.AnyTagClassName
{
color: #1DC4D1;
}
</style>
background-color css
<style>
a { background-color: #1DC4D1; }
a { background-color: rgb(29,196,209); }
div.DivClassName
{
background-color: #1DC4D1;
}
.BgClassName
{
background-color: #1DC4D1;
}
</style>
border-color css
<style>
span { border-color: #1DC4D1; }
span { border-color: rgb(29,196,209); }
td.TdClassName
{
border-color: #1DC4D1;
}
.TagClassName
{
border-color: #1DC4D1;
}
</style>