Shades of Dark Turquoise #07CBE5
Tints of Dark Turquoise #07CBE5
RGB
CMYK
RGB Variations
Color information
#07CBE5 (or 0x07CBE5) is known color: Dark Turquoise. HEX triplet: 07, CB and E5. RGB value is (7,203,229). Sum of RGB (Red+Green+Blue) = 7+203+229=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #07CBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBE5 is #F8341A. Grayscale: #939393. Windows color (decimal): -16266267 or 15059719. OLE color: 15059719.
HSL color Cylindrical-coordinate representation of color #07CBE5: hue angle of 187.03º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBE5 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 203 | 229 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.10 |
| HSL | 187.03º | 0.94% | 0.46% | - |
| HSV(B) | 187.03º | 0.97% | 0.9% | - |
| XYZ | 35.59 | 48.41 | 81.6 | - |
| YUV | 147.36 | 174.07 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 229 | 0.97 | 0.11 | 0 | 0.10 | 187.03 | 0.94 | 0.46 |
| Hex | 7 | CB | E5 | 61 | B | 0 | A | BB | 5E | 2E |
| Octal | 7 | 313 | 345 | 141 | 13 | 0 | 12 | 273 | 136 | 56 |
| Binary | 111 | 11001011 | 11100101 | 1100001 | 1011 | 0 | 1010 | 10111011 | 1011110 | 101110 |
Color Harmonies of #07CBE5
Complementary color
Monochromatic Colors of #07CBE5
Black with #07CBE5
Text Example
Text Example
White with #07CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBE5; }
p { color: rgb(7,203,229); }
H1.HeaderClassName
{
color: #07CBE5;
}
.AnyTagClassName
{
color: #07CBE5;
}
</style>
background-color css
<style>
a { background-color: #07CBE5; }
a { background-color: rgb(7,203,229); }
div.DivClassName
{
background-color: #07CBE5;
}
.BgClassName
{
background-color: #07CBE5;
}
</style>
border-color css
<style>
span { border-color: #07CBE5; }
span { border-color: rgb(7,203,229); }
td.TdClassName
{
border-color: #07CBE5;
}
.TagClassName
{
border-color: #07CBE5;
}
</style>