Shades of Dark Turquoise #07CBE0
Tints of Dark Turquoise #07CBE0
RGB
CMYK
RGB Variations
Color information
#07CBE0 (or 0x07CBE0) is known color: Dark Turquoise. HEX triplet: 07, CB and E0. RGB value is (7,203,224). Sum of RGB (Red+Green+Blue) = 7+203+224=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #07CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBE0 is #F8341F. Grayscale: #929292. Windows color (decimal): -16266272 or 14732039. OLE color: 14732039.
HSL color Cylindrical-coordinate representation of color #07CBE0: hue angle of 185.81º 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 #07CBE0 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 203 | 224 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.12 |
| HSL | 185.81º | 0.94% | 0.45% | - |
| HSV(B) | 185.81º | 0.97% | 0.88% | - |
| XYZ | 34.9 | 48.14 | 77.97 | - |
| YUV | 146.79 | 171.57 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 224 | 0.97 | 0.09 | 0 | 0.12 | 185.81 | 0.94 | 0.45 |
| Hex | 7 | CB | E0 | 61 | 9 | 0 | C | BA | 5E | 2D |
| Octal | 7 | 313 | 340 | 141 | 11 | 0 | 14 | 272 | 136 | 55 |
| Binary | 111 | 11001011 | 11100000 | 1100001 | 1001 | 0 | 1100 | 10111010 | 1011110 | 101101 |
Color Harmonies of #07CBE0
Complementary color
Monochromatic Colors of #07CBE0
Black with #07CBE0
Text Example
Text Example
White with #07CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBE0; }
p { color: rgb(7,203,224); }
H1.HeaderClassName
{
color: #07CBE0;
}
.AnyTagClassName
{
color: #07CBE0;
}
</style>
background-color css
<style>
a { background-color: #07CBE0; }
a { background-color: rgb(7,203,224); }
div.DivClassName
{
background-color: #07CBE0;
}
.BgClassName
{
background-color: #07CBE0;
}
</style>
border-color css
<style>
span { border-color: #07CBE0; }
span { border-color: rgb(7,203,224); }
td.TdClassName
{
border-color: #07CBE0;
}
.TagClassName
{
border-color: #07CBE0;
}
</style>