Shades of Dark Turquoise #00D9DC
Tints of Dark Turquoise #00D9DC
RGB
CMYK
RGB Variations
Color information
#00D9DC (or 0x00D9DC) is known color: Dark Turquoise. HEX triplet: 00, D9 and DC. RGB value is (0,217,220). Sum of RGB (Red+Green+Blue) = 0+217+220=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #00D9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D9DC is #FF2623. Grayscale: #989898. Windows color (decimal): -16721444 or 14473472. OLE color: 14473472.
HSL color Cylindrical-coordinate representation of color #00D9DC: hue angle of 180.82º 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 #00D9DC is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 217 | 220 | - |
| CMYK | 1 | 0.01 | 0 | 0.14 |
| HSL | 180.82º | 1% | 0.43% | - |
| HSV(B) | 180.82º | 1% | 0.86% | - |
| XYZ | 37.73 | 54.79 | 76.3 | - |
| YUV | 152.46 | 166.11 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 220 | 1 | 0.01 | 0 | 0.14 | 180.82 | 1 | 0.43 |
| Hex | 0 | D9 | DC | 64 | 1 | 0 | E | B5 | 64 | 2B |
| Octal | 0 | 331 | 334 | 144 | 1 | 0 | 16 | 265 | 144 | 53 |
| Binary | 0 | 11011001 | 11011100 | 1100100 | 1 | 0 | 1110 | 10110101 | 1100100 | 101011 |
Color Harmonies of #00D9DC
Complementary color
Monochromatic Colors of #00D9DC
Black with #00D9DC
Text Example
Text Example
White with #00D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D9DC; }
p { color: rgb(0,217,220); }
H1.HeaderClassName
{
color: #00D9DC;
}
.AnyTagClassName
{
color: #00D9DC;
}
</style>
background-color css
<style>
a { background-color: #00D9DC; }
a { background-color: rgb(0,217,220); }
div.DivClassName
{
background-color: #00D9DC;
}
.BgClassName
{
background-color: #00D9DC;
}
</style>
border-color css
<style>
span { border-color: #00D9DC; }
span { border-color: rgb(0,217,220); }
td.TdClassName
{
border-color: #00D9DC;
}
.TagClassName
{
border-color: #00D9DC;
}
</style>