Shades of Bright Turquoise #07ECE2
Tints of Bright Turquoise #07ECE2
RGB
CMYK
RGB Variations
Color information
#07ECE2 (or 0x07ECE2) is known color: Bright Turquoise. HEX triplet: 07, EC and E2. RGB value is (7,236,226). Sum of RGB (Red+Green+Blue) = 7+236+226=469 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07ECE2 is #F8131D. Grayscale: #A6A6A6. Windows color (decimal): -16257822 or 14871559. OLE color: 14871559.
HSL color Cylindrical-coordinate representation of color #07ECE2: hue angle of 177.38º 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 #07ECE2 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 226 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.07 |
| HSL | 177.38º | 0.94% | 0.48% | - |
| HSV(B) | 177.38º | 0.97% | 0.93% | - |
| XYZ | 43.81 | 65.53 | 82.29 | - |
| YUV | 166.39 | 161.63 | 14.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 226 | 0.97 | 0 | 0.04 | 0.07 | 177.38 | 0.94 | 0.48 |
| Hex | 7 | EC | E2 | 61 | 0 | 4 | 7 | B1 | 5E | 30 |
| Octal | 7 | 354 | 342 | 141 | 0 | 4 | 7 | 261 | 136 | 60 |
| Binary | 111 | 11101100 | 11100010 | 1100001 | 0 | 100 | 111 | 10110001 | 1011110 | 110000 |
Color Harmonies of #07ECE2
Complementary color
Monochromatic Colors of #07ECE2
Black with #07ECE2
Text Example
Text Example
White with #07ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ECE2; }
p { color: rgb(7,236,226); }
H1.HeaderClassName
{
color: #07ECE2;
}
.AnyTagClassName
{
color: #07ECE2;
}
</style>
background-color css
<style>
a { background-color: #07ECE2; }
a { background-color: rgb(7,236,226); }
div.DivClassName
{
background-color: #07ECE2;
}
.BgClassName
{
background-color: #07ECE2;
}
</style>
border-color css
<style>
span { border-color: #07ECE2; }
span { border-color: rgb(7,236,226); }
td.TdClassName
{
border-color: #07ECE2;
}
.TagClassName
{
border-color: #07ECE2;
}
</style>