Shades of Dark Turquoise #1DCCD5
Tints of Dark Turquoise #1DCCD5
RGB
CMYK
RGB Variations
Color information
#1DCCD5 (or 0x1DCCD5) is known color: Dark Turquoise. HEX triplet: 1D, CC and D5. RGB value is (29,204,213). Sum of RGB (Red+Green+Blue) = 29+204+213=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #1DCCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCD5 is #E2332A. Grayscale: #989898. Windows color (decimal): -14824235 or 14011421. OLE color: 14011421.
HSL color Cylindrical-coordinate representation of color #1DCCD5: hue angle of 182.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCCD5 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 204 | 213 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.16 |
| HSL | 182.93º | 0.76% | 0.47% | - |
| HSV(B) | 182.93º | 0.86% | 0.84% | - |
| XYZ | 34.11 | 48.25 | 70.47 | - |
| YUV | 152.7 | 162.02 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 213 | 0.86 | 0.04 | 0 | 0.16 | 182.93 | 0.76 | 0.47 |
| Hex | 1D | CC | D5 | 56 | 4 | 0 | 10 | B7 | 4C | 2F |
| Octal | 35 | 314 | 325 | 126 | 4 | 0 | 20 | 267 | 114 | 57 |
| Binary | 11101 | 11001100 | 11010101 | 1010110 | 100 | 0 | 10000 | 10110111 | 1001100 | 101111 |
Color Harmonies of #1DCCD5
Complementary color
Monochromatic Colors of #1DCCD5
Black with #1DCCD5
Text Example
Text Example
White with #1DCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCD5; }
p { color: rgb(29,204,213); }
H1.HeaderClassName
{
color: #1DCCD5;
}
.AnyTagClassName
{
color: #1DCCD5;
}
</style>
background-color css
<style>
a { background-color: #1DCCD5; }
a { background-color: rgb(29,204,213); }
div.DivClassName
{
background-color: #1DCCD5;
}
.BgClassName
{
background-color: #1DCCD5;
}
</style>
border-color css
<style>
span { border-color: #1DCCD5; }
span { border-color: rgb(29,204,213); }
td.TdClassName
{
border-color: #1DCCD5;
}
.TagClassName
{
border-color: #1DCCD5;
}
</style>