Shades of Bright Turquoise #07F4C0
Tints of Bright Turquoise #07F4C0
RGB
CMYK
RGB Variations
Color information
#07F4C0 (or 0x07F4C0) is known color: Bright Turquoise. HEX triplet: 07, F4 and C0. RGB value is (7,244,192). Sum of RGB (Red+Green+Blue) = 7+244+192=443 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #07F4C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F4C0 is #F80B3F. Grayscale: #A7A7A7. Windows color (decimal): -16255808 or 12645383. OLE color: 12645383.
HSL color Cylindrical-coordinate representation of color #07F4C0: hue angle of 166.84º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F4C0 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 244 | 192 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.04 |
| HSL | 166.84º | 0.94% | 0.49% | - |
| HSV(B) | 166.84º | 0.97% | 0.96% | - |
| XYZ | 41.95 | 68.55 | 60.89 | - |
| YUV | 167.21 | 141.98 | 13.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 244 | 192 | 0.97 | 0 | 0.21 | 0.04 | 166.84 | 0.94 | 0.49 |
| Hex | 7 | F4 | C0 | 61 | 0 | 15 | 4 | A7 | 5E | 31 |
| Octal | 7 | 364 | 300 | 141 | 0 | 25 | 4 | 247 | 136 | 61 |
| Binary | 111 | 11110100 | 11000000 | 1100001 | 0 | 10101 | 100 | 10100111 | 1011110 | 110001 |
Color Harmonies of #07F4C0
Complementary color
Monochromatic Colors of #07F4C0
Black with #07F4C0
Text Example
Text Example
White with #07F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F4C0; }
p { color: rgb(7,244,192); }
H1.HeaderClassName
{
color: #07F4C0;
}
.AnyTagClassName
{
color: #07F4C0;
}
</style>
background-color css
<style>
a { background-color: #07F4C0; }
a { background-color: rgb(7,244,192); }
div.DivClassName
{
background-color: #07F4C0;
}
.BgClassName
{
background-color: #07F4C0;
}
</style>
border-color css
<style>
span { border-color: #07F4C0; }
span { border-color: rgb(7,244,192); }
td.TdClassName
{
border-color: #07F4C0;
}
.TagClassName
{
border-color: #07F4C0;
}
</style>