Shades of Dark Turquoise #1DCCCF
Tints of Dark Turquoise #1DCCCF
RGB
CMYK
RGB Variations
Color information
#1DCCCF (or 0x1DCCCF) is known color: Dark Turquoise. HEX triplet: 1D, CC and CF. RGB value is (29,204,207). Sum of RGB (Red+Green+Blue) = 29+204+207=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCCF is #E23330. Grayscale: #979797. Windows color (decimal): -14824241 or 13618205. OLE color: 13618205.
HSL color Cylindrical-coordinate representation of color #1DCCCF: hue angle of 181.01º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCCCF is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 204 | 207 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.19 |
| HSL | 181.01º | 0.75% | 0.46% | - |
| HSV(B) | 181.01º | 0.86% | 0.81% | - |
| XYZ | 33.36 | 47.95 | 66.53 | - |
| YUV | 152.02 | 159.02 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 207 | 0.86 | 0.01 | 0 | 0.19 | 181.01 | 0.75 | 0.46 |
| Hex | 1D | CC | CF | 56 | 1 | 0 | 13 | B5 | 4B | 2E |
| Octal | 35 | 314 | 317 | 126 | 1 | 0 | 23 | 265 | 113 | 56 |
| Binary | 11101 | 11001100 | 11001111 | 1010110 | 1 | 0 | 10011 | 10110101 | 1001011 | 101110 |
Color Harmonies of #1DCCCF
Complementary color
Monochromatic Colors of #1DCCCF
Black with #1DCCCF
Text Example
Text Example
White with #1DCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCCF; }
p { color: rgb(29,204,207); }
H1.HeaderClassName
{
color: #1DCCCF;
}
.AnyTagClassName
{
color: #1DCCCF;
}
</style>
background-color css
<style>
a { background-color: #1DCCCF; }
a { background-color: rgb(29,204,207); }
div.DivClassName
{
background-color: #1DCCCF;
}
.BgClassName
{
background-color: #1DCCCF;
}
</style>
border-color css
<style>
span { border-color: #1DCCCF; }
span { border-color: rgb(29,204,207); }
td.TdClassName
{
border-color: #1DCCCF;
}
.TagClassName
{
border-color: #1DCCCF;
}
</style>