Shades of Bright Turquoise #07EFC6
Tints of Bright Turquoise #07EFC6
RGB
CMYK
RGB Variations
Color information
#07EFC6 (or 0x07EFC6) is known color: Bright Turquoise. HEX triplet: 07, EF and C6. RGB value is (7,239,198). Sum of RGB (Red+Green+Blue) = 7+239+198=444 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFC6 is #F81039. Grayscale: #A4A4A4. Windows color (decimal): -16257082 or 13037319. OLE color: 13037319.
HSL color Cylindrical-coordinate representation of color #07EFC6: hue angle of 169.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EFC6 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 239 | 198 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.06 |
| HSL | 169.4º | 0.94% | 0.48% | - |
| HSV(B) | 169.4º | 0.97% | 0.94% | - |
| XYZ | 41.15 | 65.86 | 63.97 | - |
| YUV | 164.96 | 146.64 | 15.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 239 | 198 | 0.97 | 0 | 0.17 | 0.06 | 169.4 | 0.94 | 0.48 |
| Hex | 7 | EF | C6 | 61 | 0 | 11 | 6 | A9 | 5E | 30 |
| Octal | 7 | 357 | 306 | 141 | 0 | 21 | 6 | 251 | 136 | 60 |
| Binary | 111 | 11101111 | 11000110 | 1100001 | 0 | 10001 | 110 | 10101001 | 1011110 | 110000 |
Color Harmonies of #07EFC6
Complementary color
Monochromatic Colors of #07EFC6
Black with #07EFC6
Text Example
Text Example
White with #07EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EFC6; }
p { color: rgb(7,239,198); }
H1.HeaderClassName
{
color: #07EFC6;
}
.AnyTagClassName
{
color: #07EFC6;
}
</style>
background-color css
<style>
a { background-color: #07EFC6; }
a { background-color: rgb(7,239,198); }
div.DivClassName
{
background-color: #07EFC6;
}
.BgClassName
{
background-color: #07EFC6;
}
</style>
border-color css
<style>
span { border-color: #07EFC6; }
span { border-color: rgb(7,239,198); }
td.TdClassName
{
border-color: #07EFC6;
}
.TagClassName
{
border-color: #07EFC6;
}
</style>