Shades of Dark Turquoise #00D7DC
Tints of Dark Turquoise #00D7DC
RGB
CMYK
RGB Variations
Color information
#00D7DC (or 0x00D7DC) is known color: Dark Turquoise. HEX triplet: 00, D7 and DC. RGB value is (0,215,220). Sum of RGB (Red+Green+Blue) = 0+215+220=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #00D7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D7DC is #FF2823. Grayscale: #979797. Windows color (decimal): -16721956 or 14472960. OLE color: 14472960.
HSL color Cylindrical-coordinate representation of color #00D7DC: hue angle of 181.36º 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 #00D7DC is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 215 | 220 | - |
| CMYK | 1 | 0.02 | 0 | 0.14 |
| HSL | 181.36º | 1% | 0.43% | - |
| HSV(B) | 181.36º | 1% | 0.86% | - |
| XYZ | 37.22 | 53.77 | 76.13 | - |
| YUV | 151.29 | 166.77 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 220 | 1 | 0.02 | 0 | 0.14 | 181.36 | 1 | 0.43 |
| Hex | 0 | D7 | DC | 64 | 2 | 0 | E | B5 | 64 | 2B |
| Octal | 0 | 327 | 334 | 144 | 2 | 0 | 16 | 265 | 144 | 53 |
| Binary | 0 | 11010111 | 11011100 | 1100100 | 10 | 0 | 1110 | 10110101 | 1100100 | 101011 |
Color Harmonies of #00D7DC
Complementary color
Monochromatic Colors of #00D7DC
Black with #00D7DC
Text Example
Text Example
White with #00D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D7DC; }
p { color: rgb(0,215,220); }
H1.HeaderClassName
{
color: #00D7DC;
}
.AnyTagClassName
{
color: #00D7DC;
}
</style>
background-color css
<style>
a { background-color: #00D7DC; }
a { background-color: rgb(0,215,220); }
div.DivClassName
{
background-color: #00D7DC;
}
.BgClassName
{
background-color: #00D7DC;
}
</style>
border-color css
<style>
span { border-color: #00D7DC; }
span { border-color: rgb(0,215,220); }
td.TdClassName
{
border-color: #00D7DC;
}
.TagClassName
{
border-color: #00D7DC;
}
</style>