Shades of Dark Turquoise #00DCCD
Tints of Dark Turquoise #00DCCD
RGB
CMYK
RGB Variations
Color information
#00DCCD (or 0x00DCCD) is known color: Dark Turquoise. HEX triplet: 00, DC and CD. RGB value is (0,220,205). Sum of RGB (Red+Green+Blue) = 0+220+205=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCCD is #FF2332. Grayscale: #989898. Windows color (decimal): -16720691 or 13491200. OLE color: 13491200.
HSL color Cylindrical-coordinate representation of color #00DCCD: hue angle of 175.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCCD is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 205 | - |
| CMYK | 1 | 0 | 0.07 | 0.14 |
| HSL | 175.91º | 1% | 0.43% | - |
| HSV(B) | 175.91º | 1% | 0.86% | - |
| XYZ | 36.61 | 55.59 | 66.56 | - |
| YUV | 152.51 | 157.61 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 205 | 1 | 0 | 0.07 | 0.14 | 175.91 | 1 | 0.43 |
| Hex | 0 | DC | CD | 64 | 0 | 7 | E | B0 | 64 | 2B |
| Octal | 0 | 334 | 315 | 144 | 0 | 7 | 16 | 260 | 144 | 53 |
| Binary | 0 | 11011100 | 11001101 | 1100100 | 0 | 111 | 1110 | 10110000 | 1100100 | 101011 |
Color Harmonies of #00DCCD
Complementary color
Monochromatic Colors of #00DCCD
Black with #00DCCD
Text Example
Text Example
White with #00DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCCD; }
p { color: rgb(0,220,205); }
H1.HeaderClassName
{
color: #00DCCD;
}
.AnyTagClassName
{
color: #00DCCD;
}
</style>
background-color css
<style>
a { background-color: #00DCCD; }
a { background-color: rgb(0,220,205); }
div.DivClassName
{
background-color: #00DCCD;
}
.BgClassName
{
background-color: #00DCCD;
}
</style>
border-color css
<style>
span { border-color: #00DCCD; }
span { border-color: rgb(0,220,205); }
td.TdClassName
{
border-color: #00DCCD;
}
.TagClassName
{
border-color: #00DCCD;
}
</style>