Shades of Dark Turquoise #07D6DC
Tints of Dark Turquoise #07D6DC
RGB
CMYK
RGB Variations
Color information
#07D6DC (or 0x07D6DC) is known color: Dark Turquoise. HEX triplet: 07, D6 and DC. RGB value is (7,214,220). Sum of RGB (Red+Green+Blue) = 7+214+220=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #07D6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D6DC is #F82923. Grayscale: #989898. Windows color (decimal): -16263460 or 14472711. OLE color: 14472711.
HSL color Cylindrical-coordinate representation of color #07D6DC: hue angle of 181.69º 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 #07D6DC is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 214 | 220 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.14 |
| HSL | 181.69º | 0.94% | 0.45% | - |
| HSV(B) | 181.69º | 0.97% | 0.86% | - |
| XYZ | 37.05 | 53.31 | 76.05 | - |
| YUV | 152.79 | 165.92 | 24.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 220 | 0.97 | 0.03 | 0 | 0.14 | 181.69 | 0.94 | 0.45 |
| Hex | 7 | D6 | DC | 61 | 3 | 0 | E | B6 | 5E | 2D |
| Octal | 7 | 326 | 334 | 141 | 3 | 0 | 16 | 266 | 136 | 55 |
| Binary | 111 | 11010110 | 11011100 | 1100001 | 11 | 0 | 1110 | 10110110 | 1011110 | 101101 |
Color Harmonies of #07D6DC
Complementary color
Monochromatic Colors of #07D6DC
Black with #07D6DC
Text Example
Text Example
White with #07D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D6DC; }
p { color: rgb(7,214,220); }
H1.HeaderClassName
{
color: #07D6DC;
}
.AnyTagClassName
{
color: #07D6DC;
}
</style>
background-color css
<style>
a { background-color: #07D6DC; }
a { background-color: rgb(7,214,220); }
div.DivClassName
{
background-color: #07D6DC;
}
.BgClassName
{
background-color: #07D6DC;
}
</style>
border-color css
<style>
span { border-color: #07D6DC; }
span { border-color: rgb(7,214,220); }
td.TdClassName
{
border-color: #07D6DC;
}
.TagClassName
{
border-color: #07D6DC;
}
</style>