Shades of Dark Turquoise #07D8DC
Tints of Dark Turquoise #07D8DC
RGB
CMYK
RGB Variations
Color information
#07D8DC (or 0x07D8DC) is known color: Dark Turquoise. HEX triplet: 07, D8 and DC. RGB value is (7,216,220). Sum of RGB (Red+Green+Blue) = 7+216+220=443 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #07D8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D8DC is #F82723. Grayscale: #999999. Windows color (decimal): -16262948 or 14473223. OLE color: 14473223.
HSL color Cylindrical-coordinate representation of color #07D8DC: hue angle of 181.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D8DC is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 216 | 220 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.14 |
| HSL | 181.13º | 0.94% | 0.45% | - |
| HSV(B) | 181.13º | 0.97% | 0.86% | - |
| XYZ | 37.56 | 54.32 | 76.22 | - |
| YUV | 153.97 | 165.26 | 23.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 220 | 0.97 | 0.02 | 0 | 0.14 | 181.13 | 0.94 | 0.45 |
| Hex | 7 | D8 | DC | 61 | 2 | 0 | E | B5 | 5E | 2D |
| Octal | 7 | 330 | 334 | 141 | 2 | 0 | 16 | 265 | 136 | 55 |
| Binary | 111 | 11011000 | 11011100 | 1100001 | 10 | 0 | 1110 | 10110101 | 1011110 | 101101 |
Color Harmonies of #07D8DC
Complementary color
Monochromatic Colors of #07D8DC
Black with #07D8DC
Text Example
Text Example
White with #07D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D8DC; }
p { color: rgb(7,216,220); }
H1.HeaderClassName
{
color: #07D8DC;
}
.AnyTagClassName
{
color: #07D8DC;
}
</style>
background-color css
<style>
a { background-color: #07D8DC; }
a { background-color: rgb(7,216,220); }
div.DivClassName
{
background-color: #07D8DC;
}
.BgClassName
{
background-color: #07D8DC;
}
</style>
border-color css
<style>
span { border-color: #07D8DC; }
span { border-color: rgb(7,216,220); }
td.TdClassName
{
border-color: #07D8DC;
}
.TagClassName
{
border-color: #07D8DC;
}
</style>