Shades of Dark Turquoise #07C0E3
Tints of Dark Turquoise #07C0E3
RGB
CMYK
RGB Variations
Color information
#07C0E3 (or 0x07C0E3) is known color: Dark Turquoise. HEX triplet: 07, C0 and E3. RGB value is (7,192,227). Sum of RGB (Red+Green+Blue) = 7+192+227=426 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #07C0E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C0E3 is #F83F1C. Grayscale: #8C8C8C. Windows color (decimal): -16269085 or 14925831. OLE color: 14925831.
HSL color Cylindrical-coordinate representation of color #07C0E3: hue angle of 189.55º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C0E3 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 192 | 227 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.11 |
| HSL | 189.55º | 0.94% | 0.46% | - |
| HSV(B) | 189.55º | 0.97% | 0.89% | - |
| XYZ | 32.8 | 43.29 | 79.3 | - |
| YUV | 140.68 | 176.71 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 227 | 0.97 | 0.15 | 0 | 0.11 | 189.55 | 0.94 | 0.46 |
| Hex | 7 | C0 | E3 | 61 | F | 0 | B | BE | 5E | 2E |
| Octal | 7 | 300 | 343 | 141 | 17 | 0 | 13 | 276 | 136 | 56 |
| Binary | 111 | 11000000 | 11100011 | 1100001 | 1111 | 0 | 1011 | 10111110 | 1011110 | 101110 |
Color Harmonies of #07C0E3
Complementary color
Monochromatic Colors of #07C0E3
Black with #07C0E3
Text Example
Text Example
White with #07C0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C0E3; }
p { color: rgb(7,192,227); }
H1.HeaderClassName
{
color: #07C0E3;
}
.AnyTagClassName
{
color: #07C0E3;
}
</style>
background-color css
<style>
a { background-color: #07C0E3; }
a { background-color: rgb(7,192,227); }
div.DivClassName
{
background-color: #07C0E3;
}
.BgClassName
{
background-color: #07C0E3;
}
</style>
border-color css
<style>
span { border-color: #07C0E3; }
span { border-color: rgb(7,192,227); }
td.TdClassName
{
border-color: #07C0E3;
}
.TagClassName
{
border-color: #07C0E3;
}
</style>