Shades of Dark Turquoise #00DECE
Tints of Dark Turquoise #00DECE
RGB
CMYK
RGB Variations
Color information
#00DECE (or 0x00DECE) is known color: Dark Turquoise. HEX triplet: 00, DE and CE. RGB value is (0,222,206). Sum of RGB (Red+Green+Blue) = 0+222+206=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #00DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DECE is #FF2131. Grayscale: #999999. Windows color (decimal): -16720178 or 13557248. OLE color: 13557248.
HSL color Cylindrical-coordinate representation of color #00DECE: hue angle of 175.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DECE is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 206 | - |
| CMYK | 1 | 0 | 0.07 | 0.13 |
| HSL | 175.68º | 1% | 0.44% | - |
| HSV(B) | 175.68º | 1% | 0.87% | - |
| XYZ | 37.26 | 56.7 | 67.37 | - |
| YUV | 153.8 | 157.45 | 18.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 206 | 1 | 0 | 0.07 | 0.13 | 175.68 | 1 | 0.44 |
| Hex | 0 | DE | CE | 64 | 0 | 7 | D | B0 | 64 | 2C |
| Octal | 0 | 336 | 316 | 144 | 0 | 7 | 15 | 260 | 144 | 54 |
| Binary | 0 | 11011110 | 11001110 | 1100100 | 0 | 111 | 1101 | 10110000 | 1100100 | 101100 |
Color Harmonies of #00DECE
Complementary color
Monochromatic Colors of #00DECE
Black with #00DECE
Text Example
Text Example
White with #00DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DECE; }
p { color: rgb(0,222,206); }
H1.HeaderClassName
{
color: #00DECE;
}
.AnyTagClassName
{
color: #00DECE;
}
</style>
background-color css
<style>
a { background-color: #00DECE; }
a { background-color: rgb(0,222,206); }
div.DivClassName
{
background-color: #00DECE;
}
.BgClassName
{
background-color: #00DECE;
}
</style>
border-color css
<style>
span { border-color: #00DECE; }
span { border-color: rgb(0,222,206); }
td.TdClassName
{
border-color: #00DECE;
}
.TagClassName
{
border-color: #00DECE;
}
</style>