Shades of Dark Turquoise #07D2EB
Tints of Dark Turquoise #07D2EB
RGB
CMYK
RGB Variations
Color information
#07D2EB (or 0x07D2EB) is known color: Dark Turquoise. HEX triplet: 07, D2 and EB. RGB value is (7,210,235). Sum of RGB (Red+Green+Blue) = 7+210+235=452 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #07D2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D2EB is #F82D14. Grayscale: #979797. Windows color (decimal): -16264469 or 15454727. OLE color: 15454727.
HSL color Cylindrical-coordinate representation of color #07D2EB: hue angle of 186.58º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D2EB is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 210 | 235 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.08 |
| HSL | 186.58º | 0.94% | 0.47% | - |
| HSV(B) | 186.58º | 0.97% | 0.92% | - |
| XYZ | 38.13 | 52.14 | 86.65 | - |
| YUV | 152.15 | 174.75 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 210 | 235 | 0.97 | 0.11 | 0 | 0.08 | 186.58 | 0.94 | 0.47 |
| Hex | 7 | D2 | EB | 61 | B | 0 | 8 | BB | 5E | 2F |
| Octal | 7 | 322 | 353 | 141 | 13 | 0 | 10 | 273 | 136 | 57 |
| Binary | 111 | 11010010 | 11101011 | 1100001 | 1011 | 0 | 1000 | 10111011 | 1011110 | 101111 |
Color Harmonies of #07D2EB
Complementary color
Monochromatic Colors of #07D2EB
Black with #07D2EB
Text Example
Text Example
White with #07D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D2EB; }
p { color: rgb(7,210,235); }
H1.HeaderClassName
{
color: #07D2EB;
}
.AnyTagClassName
{
color: #07D2EB;
}
</style>
background-color css
<style>
a { background-color: #07D2EB; }
a { background-color: rgb(7,210,235); }
div.DivClassName
{
background-color: #07D2EB;
}
.BgClassName
{
background-color: #07D2EB;
}
</style>
border-color css
<style>
span { border-color: #07D2EB; }
span { border-color: rgb(7,210,235); }
td.TdClassName
{
border-color: #07D2EB;
}
.TagClassName
{
border-color: #07D2EB;
}
</style>