Shades of Bright Turquoise #07FAC8
Tints of Bright Turquoise #07FAC8
RGB
CMYK
RGB Variations
Color information
#07FAC8 (or 0x07FAC8) is known color: Bright Turquoise. HEX triplet: 07, FA and C8. RGB value is (7,250,200). Sum of RGB (Red+Green+Blue) = 7+250+200=457 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #07FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FAC8 is #F80537. Grayscale: #ABABAB. Windows color (decimal): -16254264 or 13171207. OLE color: 13171207.
HSL color Cylindrical-coordinate representation of color #07FAC8: hue angle of 167.65º 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 #07FAC8 is Cyan = 0.97, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 200 | - |
| CMYK | 0.97 | 0 | 0.2 | 0.02 |
| HSL | 167.65º | 0.96% | 0.5% | - |
| HSV(B) | 167.65º | 0.97% | 0.98% | - |
| XYZ | 44.7 | 72.59 | 66.3 | - |
| YUV | 171.64 | 143.99 | 10.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 200 | 0.97 | 0 | 0.2 | 0.02 | 167.65 | 0.96 | 0.5 |
| Hex | 7 | FA | C8 | 61 | 0 | 14 | 2 | A8 | 60 | 32 |
| Octal | 7 | 372 | 310 | 141 | 0 | 24 | 2 | 250 | 140 | 62 |
| Binary | 111 | 11111010 | 11001000 | 1100001 | 0 | 10100 | 10 | 10101000 | 1100000 | 110010 |
Color Harmonies of #07FAC8
Complementary color
Monochromatic Colors of #07FAC8
Black with #07FAC8
Text Example
Text Example
White with #07FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FAC8; }
p { color: rgb(7,250,200); }
H1.HeaderClassName
{
color: #07FAC8;
}
.AnyTagClassName
{
color: #07FAC8;
}
</style>
background-color css
<style>
a { background-color: #07FAC8; }
a { background-color: rgb(7,250,200); }
div.DivClassName
{
background-color: #07FAC8;
}
.BgClassName
{
background-color: #07FAC8;
}
</style>
border-color css
<style>
span { border-color: #07FAC8; }
span { border-color: rgb(7,250,200); }
td.TdClassName
{
border-color: #07FAC8;
}
.TagClassName
{
border-color: #07FAC8;
}
</style>