Shades of Dark Turquoise #00DDCE
Tints of Dark Turquoise #00DDCE
RGB
CMYK
RGB Variations
Color information
#00DDCE (or 0x00DDCE) is known color: Dark Turquoise. HEX triplet: 00, DD and CE. RGB value is (0,221,206). Sum of RGB (Red+Green+Blue) = 0+221+206=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDCE is #FF2231. Grayscale: #999999. Windows color (decimal): -16720434 or 13556992. OLE color: 13556992.
HSL color Cylindrical-coordinate representation of color #00DDCE: hue angle of 175.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDCE is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 206 | - |
| CMYK | 1 | 0 | 0.07 | 0.13 |
| HSL | 175.93º | 1% | 0.43% | - |
| HSV(B) | 175.93º | 1% | 0.87% | - |
| XYZ | 37 | 56.17 | 67.28 | - |
| YUV | 153.21 | 157.78 | 18.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 206 | 1 | 0 | 0.07 | 0.13 | 175.93 | 1 | 0.43 |
| Hex | 0 | DD | CE | 64 | 0 | 7 | D | B0 | 64 | 2B |
| Octal | 0 | 335 | 316 | 144 | 0 | 7 | 15 | 260 | 144 | 53 |
| Binary | 0 | 11011101 | 11001110 | 1100100 | 0 | 111 | 1101 | 10110000 | 1100100 | 101011 |
Color Harmonies of #00DDCE
Complementary color
Monochromatic Colors of #00DDCE
Black with #00DDCE
Text Example
Text Example
White with #00DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDCE; }
p { color: rgb(0,221,206); }
H1.HeaderClassName
{
color: #00DDCE;
}
.AnyTagClassName
{
color: #00DDCE;
}
</style>
background-color css
<style>
a { background-color: #00DDCE; }
a { background-color: rgb(0,221,206); }
div.DivClassName
{
background-color: #00DDCE;
}
.BgClassName
{
background-color: #00DDCE;
}
</style>
border-color css
<style>
span { border-color: #00DDCE; }
span { border-color: rgb(0,221,206); }
td.TdClassName
{
border-color: #00DDCE;
}
.TagClassName
{
border-color: #00DDCE;
}
</style>