Shades of Bright Turquoise #07ECE5
Tints of Bright Turquoise #07ECE5
RGB
CMYK
RGB Variations
Color information
#07ECE5 (or 0x07ECE5) is known color: Bright Turquoise. HEX triplet: 07, EC and E5. RGB value is (7,236,229). Sum of RGB (Red+Green+Blue) = 7+236+229=472 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.48% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07ECE5 is #F8131A. Grayscale: #A6A6A6. Windows color (decimal): -16257819 or 15068167. OLE color: 15068167.
HSL color Cylindrical-coordinate representation of color #07ECE5: hue angle of 178.17º 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 #07ECE5 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 229 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.07 |
| HSL | 178.17º | 0.94% | 0.48% | - |
| HSV(B) | 178.17º | 0.97% | 0.93% | - |
| XYZ | 44.23 | 65.69 | 84.48 | - |
| YUV | 166.73 | 163.13 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 229 | 0.97 | 0 | 0.03 | 0.07 | 178.17 | 0.94 | 0.48 |
| Hex | 7 | EC | E5 | 61 | 0 | 3 | 7 | B2 | 5E | 30 |
| Octal | 7 | 354 | 345 | 141 | 0 | 3 | 7 | 262 | 136 | 60 |
| Binary | 111 | 11101100 | 11100101 | 1100001 | 0 | 11 | 111 | 10110010 | 1011110 | 110000 |
Color Harmonies of #07ECE5
Complementary color
Monochromatic Colors of #07ECE5
Black with #07ECE5
Text Example
Text Example
White with #07ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ECE5; }
p { color: rgb(7,236,229); }
H1.HeaderClassName
{
color: #07ECE5;
}
.AnyTagClassName
{
color: #07ECE5;
}
</style>
background-color css
<style>
a { background-color: #07ECE5; }
a { background-color: rgb(7,236,229); }
div.DivClassName
{
background-color: #07ECE5;
}
.BgClassName
{
background-color: #07ECE5;
}
</style>
border-color css
<style>
span { border-color: #07ECE5; }
span { border-color: rgb(7,236,229); }
td.TdClassName
{
border-color: #07ECE5;
}
.TagClassName
{
border-color: #07ECE5;
}
</style>