Shades of Dark Turquoise #1DCCD8
Tints of Dark Turquoise #1DCCD8
RGB
CMYK
RGB Variations
Color information
#1DCCD8 (or 0x1DCCD8) is known color: Dark Turquoise. HEX triplet: 1D, CC and D8. RGB value is (29,204,216). Sum of RGB (Red+Green+Blue) = 29+204+216=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #1DCCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCD8 is #E23327. Grayscale: #989898. Windows color (decimal): -14824232 or 14208029. OLE color: 14208029.
HSL color Cylindrical-coordinate representation of color #1DCCD8: hue angle of 183.85º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCCD8 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 204 | 216 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.15 |
| HSL | 183.85º | 0.76% | 0.48% | - |
| HSV(B) | 183.85º | 0.87% | 0.85% | - |
| XYZ | 34.49 | 48.4 | 72.49 | - |
| YUV | 153.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 216 | 0.87 | 0.06 | 0 | 0.15 | 183.85 | 0.76 | 0.48 |
| Hex | 1D | CC | D8 | 57 | 6 | 0 | F | B8 | 4C | 30 |
| Octal | 35 | 314 | 330 | 127 | 6 | 0 | 17 | 270 | 114 | 60 |
| Binary | 11101 | 11001100 | 11011000 | 1010111 | 110 | 0 | 1111 | 10111000 | 1001100 | 110000 |
Color Harmonies of #1DCCD8
Complementary color
Monochromatic Colors of #1DCCD8
Black with #1DCCD8
Text Example
Text Example
White with #1DCCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCD8; }
p { color: rgb(29,204,216); }
H1.HeaderClassName
{
color: #1DCCD8;
}
.AnyTagClassName
{
color: #1DCCD8;
}
</style>
background-color css
<style>
a { background-color: #1DCCD8; }
a { background-color: rgb(29,204,216); }
div.DivClassName
{
background-color: #1DCCD8;
}
.BgClassName
{
background-color: #1DCCD8;
}
</style>
border-color css
<style>
span { border-color: #1DCCD8; }
span { border-color: rgb(29,204,216); }
td.TdClassName
{
border-color: #1DCCD8;
}
.TagClassName
{
border-color: #1DCCD8;
}
</style>