Shades of Bright Turquoise #07EFC5
Tints of Bright Turquoise #07EFC5
RGB
CMYK
RGB Variations
Color information
#07EFC5 (or 0x07EFC5) is known color: Bright Turquoise. HEX triplet: 07, EF and C5. RGB value is (7,239,197). Sum of RGB (Red+Green+Blue) = 7+239+197=443 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFC5 is #F8103A. Grayscale: #A4A4A4. Windows color (decimal): -16257083 or 12971783. OLE color: 12971783.
HSL color Cylindrical-coordinate representation of color #07EFC5: hue angle of 169.14º 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 #07EFC5 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 239 | 197 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.06 |
| HSL | 169.14º | 0.94% | 0.48% | - |
| HSV(B) | 169.14º | 0.97% | 0.94% | - |
| XYZ | 41.03 | 65.81 | 63.36 | - |
| YUV | 164.84 | 146.14 | 15.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 239 | 197 | 0.97 | 0 | 0.18 | 0.06 | 169.14 | 0.94 | 0.48 |
| Hex | 7 | EF | C5 | 61 | 0 | 12 | 6 | A9 | 5E | 30 |
| Octal | 7 | 357 | 305 | 141 | 0 | 22 | 6 | 251 | 136 | 60 |
| Binary | 111 | 11101111 | 11000101 | 1100001 | 0 | 10010 | 110 | 10101001 | 1011110 | 110000 |
Color Harmonies of #07EFC5
Complementary color
Monochromatic Colors of #07EFC5
Black with #07EFC5
Text Example
Text Example
White with #07EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EFC5; }
p { color: rgb(7,239,197); }
H1.HeaderClassName
{
color: #07EFC5;
}
.AnyTagClassName
{
color: #07EFC5;
}
</style>
background-color css
<style>
a { background-color: #07EFC5; }
a { background-color: rgb(7,239,197); }
div.DivClassName
{
background-color: #07EFC5;
}
.BgClassName
{
background-color: #07EFC5;
}
</style>
border-color css
<style>
span { border-color: #07EFC5; }
span { border-color: rgb(7,239,197); }
td.TdClassName
{
border-color: #07EFC5;
}
.TagClassName
{
border-color: #07EFC5;
}
</style>