Shades of Bright Turquoise #07EBC2
Tints of Bright Turquoise #07EBC2
RGB
CMYK
RGB Variations
Color information
#07EBC2 (or 0x07EBC2) is known color: Bright Turquoise. HEX triplet: 07, EB and C2. RGB value is (7,235,194). Sum of RGB (Red+Green+Blue) = 7+235+194=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBC2 is #F8143D. Grayscale: #A2A2A2. Windows color (decimal): -16258110 or 12774151. OLE color: 12774151.
HSL color Cylindrical-coordinate representation of color #07EBC2: hue angle of 169.21º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EBC2 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 235 | 194 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.08 |
| HSL | 169.21º | 0.94% | 0.47% | - |
| HSV(B) | 169.21º | 0.97% | 0.92% | - |
| XYZ | 39.53 | 63.36 | 61.18 | - |
| YUV | 162.15 | 145.96 | 17.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 235 | 194 | 0.97 | 0 | 0.17 | 0.08 | 169.21 | 0.94 | 0.47 |
| Hex | 7 | EB | C2 | 61 | 0 | 11 | 8 | A9 | 5E | 2F |
| Octal | 7 | 353 | 302 | 141 | 0 | 21 | 10 | 251 | 136 | 57 |
| Binary | 111 | 11101011 | 11000010 | 1100001 | 0 | 10001 | 1000 | 10101001 | 1011110 | 101111 |
Color Harmonies of #07EBC2
Complementary color
Monochromatic Colors of #07EBC2
Black with #07EBC2
Text Example
Text Example
White with #07EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EBC2; }
p { color: rgb(7,235,194); }
H1.HeaderClassName
{
color: #07EBC2;
}
.AnyTagClassName
{
color: #07EBC2;
}
</style>
background-color css
<style>
a { background-color: #07EBC2; }
a { background-color: rgb(7,235,194); }
div.DivClassName
{
background-color: #07EBC2;
}
.BgClassName
{
background-color: #07EBC2;
}
</style>
border-color css
<style>
span { border-color: #07EBC2; }
span { border-color: rgb(7,235,194); }
td.TdClassName
{
border-color: #07EBC2;
}
.TagClassName
{
border-color: #07EBC2;
}
</style>