Shades of Dark Turquoise #07C9E0
Tints of Dark Turquoise #07C9E0
RGB
CMYK
RGB Variations
Color information
#07C9E0 (or 0x07C9E0) is known color: Dark Turquoise. HEX triplet: 07, C9 and E0. RGB value is (7,201,224). Sum of RGB (Red+Green+Blue) = 7+201+224=432 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #07C9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C9E0 is #F8361F. Grayscale: #919191. Windows color (decimal): -16266784 or 14731527. OLE color: 14731527.
HSL color Cylindrical-coordinate representation of color #07C9E0: hue angle of 186.36º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C9E0 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 201 | 224 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.12 |
| HSL | 186.36º | 0.94% | 0.45% | - |
| HSV(B) | 186.36º | 0.97% | 0.88% | - |
| XYZ | 34.43 | 47.2 | 77.82 | - |
| YUV | 145.62 | 172.23 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 224 | 0.97 | 0.10 | 0 | 0.12 | 186.36 | 0.94 | 0.45 |
| Hex | 7 | C9 | E0 | 61 | A | 0 | C | BA | 5E | 2D |
| Octal | 7 | 311 | 340 | 141 | 12 | 0 | 14 | 272 | 136 | 55 |
| Binary | 111 | 11001001 | 11100000 | 1100001 | 1010 | 0 | 1100 | 10111010 | 1011110 | 101101 |
Color Harmonies of #07C9E0
Complementary color
Monochromatic Colors of #07C9E0
Black with #07C9E0
Text Example
Text Example
White with #07C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C9E0; }
p { color: rgb(7,201,224); }
H1.HeaderClassName
{
color: #07C9E0;
}
.AnyTagClassName
{
color: #07C9E0;
}
</style>
background-color css
<style>
a { background-color: #07C9E0; }
a { background-color: rgb(7,201,224); }
div.DivClassName
{
background-color: #07C9E0;
}
.BgClassName
{
background-color: #07C9E0;
}
</style>
border-color css
<style>
span { border-color: #07C9E0; }
span { border-color: rgb(7,201,224); }
td.TdClassName
{
border-color: #07C9E0;
}
.TagClassName
{
border-color: #07C9E0;
}
</style>