Shades of Dark Turquoise #00DCD5
Tints of Dark Turquoise #00DCD5
RGB
CMYK
RGB Variations
Color information
#00DCD5 (or 0x00DCD5) is known color: Dark Turquoise. HEX triplet: 00, DC and D5. RGB value is (0,220,213). Sum of RGB (Red+Green+Blue) = 0+220+213=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCD5 is #FF232A. Grayscale: #999999. Windows color (decimal): -16720683 or 14015488. OLE color: 14015488.
HSL color Cylindrical-coordinate representation of color #00DCD5: hue angle of 178.09º 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 #00DCD5 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 213 | - |
| CMYK | 1 | 0 | 0.03 | 0.14 |
| HSL | 178.09º | 1% | 0.43% | - |
| HSV(B) | 178.09º | 1% | 0.86% | - |
| XYZ | 37.6 | 55.99 | 71.78 | - |
| YUV | 153.42 | 161.61 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 213 | 1 | 0 | 0.03 | 0.14 | 178.09 | 1 | 0.43 |
| Hex | 0 | DC | D5 | 64 | 0 | 3 | E | B2 | 64 | 2B |
| Octal | 0 | 334 | 325 | 144 | 0 | 3 | 16 | 262 | 144 | 53 |
| Binary | 0 | 11011100 | 11010101 | 1100100 | 0 | 11 | 1110 | 10110010 | 1100100 | 101011 |
Color Harmonies of #00DCD5
Complementary color
Monochromatic Colors of #00DCD5
Black with #00DCD5
Text Example
Text Example
White with #00DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCD5; }
p { color: rgb(0,220,213); }
H1.HeaderClassName
{
color: #00DCD5;
}
.AnyTagClassName
{
color: #00DCD5;
}
</style>
background-color css
<style>
a { background-color: #00DCD5; }
a { background-color: rgb(0,220,213); }
div.DivClassName
{
background-color: #00DCD5;
}
.BgClassName
{
background-color: #00DCD5;
}
</style>
border-color css
<style>
span { border-color: #00DCD5; }
span { border-color: rgb(0,220,213); }
td.TdClassName
{
border-color: #00DCD5;
}
.TagClassName
{
border-color: #00DCD5;
}
</style>