Shades of Dark Turquoise #00DBCE
Tints of Dark Turquoise #00DBCE
RGB
CMYK
RGB Variations
Color information
#00DBCE (or 0x00DBCE) is known color: Dark Turquoise. HEX triplet: 00, DB and CE. RGB value is (0,219,206). Sum of RGB (Red+Green+Blue) = 0+219+206=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBCE is #FF2431. Grayscale: #979797. Windows color (decimal): -16720946 or 13556480. OLE color: 13556480.
HSL color Cylindrical-coordinate representation of color #00DBCE: hue angle of 176.44º 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 #00DBCE is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 219 | 206 | - |
| CMYK | 1 | 0 | 0.06 | 0.14 |
| HSL | 176.44º | 1% | 0.43% | - |
| HSV(B) | 176.44º | 1% | 0.86% | - |
| XYZ | 36.47 | 55.12 | 67.11 | - |
| YUV | 152.04 | 158.45 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 206 | 1 | 0 | 0.06 | 0.14 | 176.44 | 1 | 0.43 |
| Hex | 0 | DB | CE | 64 | 0 | 6 | E | B0 | 64 | 2B |
| Octal | 0 | 333 | 316 | 144 | 0 | 6 | 16 | 260 | 144 | 53 |
| Binary | 0 | 11011011 | 11001110 | 1100100 | 0 | 110 | 1110 | 10110000 | 1100100 | 101011 |
Color Harmonies of #00DBCE
Complementary color
Monochromatic Colors of #00DBCE
Black with #00DBCE
Text Example
Text Example
White with #00DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBCE; }
p { color: rgb(0,219,206); }
H1.HeaderClassName
{
color: #00DBCE;
}
.AnyTagClassName
{
color: #00DBCE;
}
</style>
background-color css
<style>
a { background-color: #00DBCE; }
a { background-color: rgb(0,219,206); }
div.DivClassName
{
background-color: #00DBCE;
}
.BgClassName
{
background-color: #00DBCE;
}
</style>
border-color css
<style>
span { border-color: #00DBCE; }
span { border-color: rgb(0,219,206); }
td.TdClassName
{
border-color: #00DBCE;
}
.TagClassName
{
border-color: #00DBCE;
}
</style>