Shades of Dark Turquoise #1DCFD2
Tints of Dark Turquoise #1DCFD2
RGB
CMYK
RGB Variations
Color information
#1DCFD2 (or 0x1DCFD2) is known color: Dark Turquoise. HEX triplet: 1D, CF and D2. RGB value is (29,207,210). Sum of RGB (Red+Green+Blue) = 29+207+210=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #1DCFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFD2 is #E2302D. Grayscale: #999999. Windows color (decimal): -14823470 or 13815581. OLE color: 13815581.
HSL color Cylindrical-coordinate representation of color #1DCFD2: hue angle of 180.99º 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 #1DCFD2 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 207 | 210 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.18 |
| HSL | 180.99º | 0.76% | 0.47% | - |
| HSV(B) | 180.99º | 0.86% | 0.82% | - |
| XYZ | 34.45 | 49.54 | 68.72 | - |
| YUV | 154.12 | 159.53 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 210 | 0.86 | 0.01 | 0 | 0.18 | 180.99 | 0.76 | 0.47 |
| Hex | 1D | CF | D2 | 56 | 1 | 0 | 12 | B5 | 4C | 2F |
| Octal | 35 | 317 | 322 | 126 | 1 | 0 | 22 | 265 | 114 | 57 |
| Binary | 11101 | 11001111 | 11010010 | 1010110 | 1 | 0 | 10010 | 10110101 | 1001100 | 101111 |
Color Harmonies of #1DCFD2
Complementary color
Monochromatic Colors of #1DCFD2
Black with #1DCFD2
Text Example
Text Example
White with #1DCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFD2; }
p { color: rgb(29,207,210); }
H1.HeaderClassName
{
color: #1DCFD2;
}
.AnyTagClassName
{
color: #1DCFD2;
}
</style>
background-color css
<style>
a { background-color: #1DCFD2; }
a { background-color: rgb(29,207,210); }
div.DivClassName
{
background-color: #1DCFD2;
}
.BgClassName
{
background-color: #1DCFD2;
}
</style>
border-color css
<style>
span { border-color: #1DCFD2; }
span { border-color: rgb(29,207,210); }
td.TdClassName
{
border-color: #1DCFD2;
}
.TagClassName
{
border-color: #1DCFD2;
}
</style>