Shades of Turquoise Blue #70E2FA
Tints of Turquoise Blue #70E2FA
RGB
CMYK
RGB Variations
Color information
#70E2FA (or 0x70E2FA) is known color: Turquoise Blue. HEX triplet: 70, E2 and FA. RGB value is (112,226,250). Sum of RGB (Red+Green+Blue) = 112+226+250=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #70E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E2FA is #8F1D05. Grayscale: #C2C2C2. Windows color (decimal): -9379078 or 16441968. OLE color: 16441968.
HSL color Cylindrical-coordinate representation of color #70E2FA: hue angle of 190.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70E2FA is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 226 | 250 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.02 |
| HSL | 190.43º | 0.93% | 0.71% | - |
| HSV(B) | 190.43º | 0.55% | 0.98% | - |
| XYZ | 51.13 | 64.74 | 100.24 | - |
| YUV | 194.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 226 | 250 | 0.55 | 0.10 | 0 | 0.02 | 190.43 | 0.93 | 0.71 |
| Hex | 70 | E2 | FA | 37 | A | 0 | 2 | BE | 5D | 47 |
| Octal | 160 | 342 | 372 | 67 | 12 | 0 | 2 | 276 | 135 | 107 |
| Binary | 1110000 | 11100010 | 11111010 | 110111 | 1010 | 0 | 10 | 10111110 | 1011101 | 1000111 |
Color Harmonies of #70E2FA
Complementary color
Monochromatic Colors of #70E2FA
Black with #70E2FA
Text Example
Text Example
White with #70E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E2FA; }
p { color: rgb(112,226,250); }
H1.HeaderClassName
{
color: #70E2FA;
}
.AnyTagClassName
{
color: #70E2FA;
}
</style>
background-color css
<style>
a { background-color: #70E2FA; }
a { background-color: rgb(112,226,250); }
div.DivClassName
{
background-color: #70E2FA;
}
.BgClassName
{
background-color: #70E2FA;
}
</style>
border-color css
<style>
span { border-color: #70E2FA; }
span { border-color: rgb(112,226,250); }
td.TdClassName
{
border-color: #70E2FA;
}
.TagClassName
{
border-color: #70E2FA;
}
</style>