Shades of Bright Turquoise #07FACC
Tints of Bright Turquoise #07FACC
RGB
CMYK
RGB Variations
Color information
#07FACC (or 0x07FACC) is known color: Bright Turquoise. HEX triplet: 07, FA and CC. RGB value is (7,250,204). Sum of RGB (Red+Green+Blue) = 7+250+204=461 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #07FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FACC is #F80533. Grayscale: #ACACAC. Windows color (decimal): -16254260 or 13433351. OLE color: 13433351.
HSL color Cylindrical-coordinate representation of color #07FACC: hue angle of 168.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FACC is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 204 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.02 |
| HSL | 168.64º | 0.96% | 0.5% | - |
| HSV(B) | 168.64º | 0.97% | 0.98% | - |
| XYZ | 45.17 | 72.78 | 68.79 | - |
| YUV | 172.1 | 145.99 | 10.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 204 | 0.97 | 0 | 0.18 | 0.02 | 168.64 | 0.96 | 0.5 |
| Hex | 7 | FA | CC | 61 | 0 | 12 | 2 | A9 | 60 | 32 |
| Octal | 7 | 372 | 314 | 141 | 0 | 22 | 2 | 251 | 140 | 62 |
| Binary | 111 | 11111010 | 11001100 | 1100001 | 0 | 10010 | 10 | 10101001 | 1100000 | 110010 |
Color Harmonies of #07FACC
Complementary color
Monochromatic Colors of #07FACC
Black with #07FACC
Text Example
Text Example
White with #07FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FACC; }
p { color: rgb(7,250,204); }
H1.HeaderClassName
{
color: #07FACC;
}
.AnyTagClassName
{
color: #07FACC;
}
</style>
background-color css
<style>
a { background-color: #07FACC; }
a { background-color: rgb(7,250,204); }
div.DivClassName
{
background-color: #07FACC;
}
.BgClassName
{
background-color: #07FACC;
}
</style>
border-color css
<style>
span { border-color: #07FACC; }
span { border-color: rgb(7,250,204); }
td.TdClassName
{
border-color: #07FACC;
}
.TagClassName
{
border-color: #07FACC;
}
</style>