Shades of Bright Turquoise #07E2FA
Tints of Bright Turquoise #07E2FA
RGB
CMYK
RGB Variations
Color information
#07E2FA (or 0x07E2FA) is known color: Bright Turquoise. HEX triplet: 07, E2 and FA. RGB value is (7,226,250). Sum of RGB (Red+Green+Blue) = 7+226+250=483 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #07E2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07E2FA is #F81D05. Grayscale: #A2A2A2. Windows color (decimal): -16260358 or 16441863. OLE color: 16441863.
HSL color Cylindrical-coordinate representation of color #07E2FA: hue angle of 185.93º 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 #07E2FA is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 226 | 250 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.02 |
| HSL | 185.93º | 0.96% | 0.5% | - |
| HSV(B) | 185.93º | 0.97% | 0.98% | - |
| XYZ | 44.54 | 61.34 | 99.93 | - |
| YUV | 163.26 | 176.95 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 226 | 250 | 0.97 | 0.10 | 0 | 0.02 | 185.93 | 0.96 | 0.5 |
| Hex | 7 | E2 | FA | 61 | A | 0 | 2 | BA | 60 | 32 |
| Octal | 7 | 342 | 372 | 141 | 12 | 0 | 2 | 272 | 140 | 62 |
| Binary | 111 | 11100010 | 11111010 | 1100001 | 1010 | 0 | 10 | 10111010 | 1100000 | 110010 |
Color Harmonies of #07E2FA
Complementary color
Monochromatic Colors of #07E2FA
Black with #07E2FA
Text Example
Text Example
White with #07E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E2FA; }
p { color: rgb(7,226,250); }
H1.HeaderClassName
{
color: #07E2FA;
}
.AnyTagClassName
{
color: #07E2FA;
}
</style>
background-color css
<style>
a { background-color: #07E2FA; }
a { background-color: rgb(7,226,250); }
div.DivClassName
{
background-color: #07E2FA;
}
.BgClassName
{
background-color: #07E2FA;
}
</style>
border-color css
<style>
span { border-color: #07E2FA; }
span { border-color: rgb(7,226,250); }
td.TdClassName
{
border-color: #07E2FA;
}
.TagClassName
{
border-color: #07E2FA;
}
</style>