Shades of Bright Turquoise #07ECE8
Tints of Bright Turquoise #07ECE8
RGB
CMYK
RGB Variations
Color information
#07ECE8 (or 0x07ECE8) is known color: Bright Turquoise. HEX triplet: 07, EC and E8. RGB value is (7,236,232). Sum of RGB (Red+Green+Blue) = 7+236+232=475 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07ECE8 is #F81317. Grayscale: #A6A6A6. Windows color (decimal): -16257816 or 15264775. OLE color: 15264775.
HSL color Cylindrical-coordinate representation of color #07ECE8: hue angle of 178.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ECE8 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 232 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.07 |
| HSL | 178.95º | 0.94% | 0.48% | - |
| HSV(B) | 178.95º | 0.97% | 0.93% | - |
| XYZ | 44.65 | 65.86 | 86.7 | - |
| YUV | 167.07 | 164.63 | 13.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 232 | 0.97 | 0 | 0.02 | 0.07 | 178.95 | 0.94 | 0.48 |
| Hex | 7 | EC | E8 | 61 | 0 | 2 | 7 | B3 | 5E | 30 |
| Octal | 7 | 354 | 350 | 141 | 0 | 2 | 7 | 263 | 136 | 60 |
| Binary | 111 | 11101100 | 11101000 | 1100001 | 0 | 10 | 111 | 10110011 | 1011110 | 110000 |
Color Harmonies of #07ECE8
Complementary color
Monochromatic Colors of #07ECE8
Black with #07ECE8
Text Example
Text Example
White with #07ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ECE8; }
p { color: rgb(7,236,232); }
H1.HeaderClassName
{
color: #07ECE8;
}
.AnyTagClassName
{
color: #07ECE8;
}
</style>
background-color css
<style>
a { background-color: #07ECE8; }
a { background-color: rgb(7,236,232); }
div.DivClassName
{
background-color: #07ECE8;
}
.BgClassName
{
background-color: #07ECE8;
}
</style>
border-color css
<style>
span { border-color: #07ECE8; }
span { border-color: rgb(7,236,232); }
td.TdClassName
{
border-color: #07ECE8;
}
.TagClassName
{
border-color: #07ECE8;
}
</style>