Shades of Bright Turquoise #07E4C2
Tints of Bright Turquoise #07E4C2
RGB
CMYK
RGB Variations
Color information
#07E4C2 (or 0x07E4C2) is known color: Bright Turquoise. HEX triplet: 07, E4 and C2. RGB value is (7,228,194). Sum of RGB (Red+Green+Blue) = 7+228+194=429 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #07E4C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E4C2 is #F81B3D. Grayscale: #9D9D9D. Windows color (decimal): -16259902 or 12772359. OLE color: 12772359.
HSL color Cylindrical-coordinate representation of color #07E4C2: hue angle of 170.77º 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 #07E4C2 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 194 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.11 |
| HSL | 170.77º | 0.94% | 0.46% | - |
| HSV(B) | 170.77º | 0.97% | 0.89% | - |
| XYZ | 37.57 | 59.43 | 60.53 | - |
| YUV | 158.05 | 148.28 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 194 | 0.97 | 0 | 0.15 | 0.11 | 170.77 | 0.94 | 0.46 |
| Hex | 7 | E4 | C2 | 61 | 0 | F | B | AB | 5E | 2E |
| Octal | 7 | 344 | 302 | 141 | 0 | 17 | 13 | 253 | 136 | 56 |
| Binary | 111 | 11100100 | 11000010 | 1100001 | 0 | 1111 | 1011 | 10101011 | 1011110 | 101110 |
Color Harmonies of #07E4C2
Complementary color
Monochromatic Colors of #07E4C2
Black with #07E4C2
Text Example
Text Example
White with #07E4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E4C2; }
p { color: rgb(7,228,194); }
H1.HeaderClassName
{
color: #07E4C2;
}
.AnyTagClassName
{
color: #07E4C2;
}
</style>
background-color css
<style>
a { background-color: #07E4C2; }
a { background-color: rgb(7,228,194); }
div.DivClassName
{
background-color: #07E4C2;
}
.BgClassName
{
background-color: #07E4C2;
}
</style>
border-color css
<style>
span { border-color: #07E4C2; }
span { border-color: rgb(7,228,194); }
td.TdClassName
{
border-color: #07E4C2;
}
.TagClassName
{
border-color: #07E4C2;
}
</style>