Shades of Turquoise Blue #78E2FA
Tints of Turquoise Blue #78E2FA
RGB
CMYK
RGB Variations
Color information
#78E2FA (or 0x78E2FA) is known color: Turquoise Blue. HEX triplet: 78, E2 and FA. RGB value is (120,226,250). Sum of RGB (Red+Green+Blue) = 120+226+250=596 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.13% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #78E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E2FA is #871D05. Grayscale: #C4C4C4. Windows color (decimal): -8854790 or 16441976. OLE color: 16441976.
HSL color Cylindrical-coordinate representation of color #78E2FA: hue angle of 191.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78E2FA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 226 | 250 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.02 |
| HSL | 191.08º | 0.93% | 0.73% | - |
| HSV(B) | 191.08º | 0.52% | 0.98% | - |
| XYZ | 52.2 | 65.29 | 100.29 | - |
| YUV | 197.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 250 | 0.52 | 0.10 | 0 | 0.02 | 191.08 | 0.93 | 0.73 |
| Hex | 78 | E2 | FA | 34 | A | 0 | 2 | BF | 5D | 49 |
| Octal | 170 | 342 | 372 | 64 | 12 | 0 | 2 | 277 | 135 | 111 |
| Binary | 1111000 | 11100010 | 11111010 | 110100 | 1010 | 0 | 10 | 10111111 | 1011101 | 1001001 |
Color Harmonies of #78E2FA
Complementary color
Monochromatic Colors of #78E2FA
Black with #78E2FA
Text Example
Text Example
White with #78E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2FA; }
p { color: rgb(120,226,250); }
H1.HeaderClassName
{
color: #78E2FA;
}
.AnyTagClassName
{
color: #78E2FA;
}
</style>
background-color css
<style>
a { background-color: #78E2FA; }
a { background-color: rgb(120,226,250); }
div.DivClassName
{
background-color: #78E2FA;
}
.BgClassName
{
background-color: #78E2FA;
}
</style>
border-color css
<style>
span { border-color: #78E2FA; }
span { border-color: rgb(120,226,250); }
td.TdClassName
{
border-color: #78E2FA;
}
.TagClassName
{
border-color: #78E2FA;
}
</style>