Shades of Turquoise Blue #70E2EC
Tints of Turquoise Blue #70E2EC
RGB
CMYK
RGB Variations
Color information
#70E2EC (or 0x70E2EC) is known color: Turquoise Blue. HEX triplet: 70, E2 and EC. RGB value is (112,226,236). Sum of RGB (Red+Green+Blue) = 112+226+236=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #70E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E2EC is #8F1D13. Grayscale: #C0C0C0. Windows color (decimal): -9379092 or 15524464. OLE color: 15524464.
HSL color Cylindrical-coordinate representation of color #70E2EC: hue angle of 184.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70E2EC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 226 | 236 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.07 |
| HSL | 184.84º | 0.77% | 0.68% | - |
| HSV(B) | 184.84º | 0.53% | 0.93% | - |
| XYZ | 49.02 | 63.89 | 89.11 | - |
| YUV | 193.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 226 | 236 | 0.53 | 0.04 | 0 | 0.07 | 184.84 | 0.77 | 0.68 |
| Hex | 70 | E2 | EC | 35 | 4 | 0 | 7 | B9 | 4D | 44 |
| Octal | 160 | 342 | 354 | 65 | 4 | 0 | 7 | 271 | 115 | 104 |
| Binary | 1110000 | 11100010 | 11101100 | 110101 | 100 | 0 | 111 | 10111001 | 1001101 | 1000100 |
Color Harmonies of #70E2EC
Complementary color
Monochromatic Colors of #70E2EC
Black with #70E2EC
Text Example
Text Example
White with #70E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E2EC; }
p { color: rgb(112,226,236); }
H1.HeaderClassName
{
color: #70E2EC;
}
.AnyTagClassName
{
color: #70E2EC;
}
</style>
background-color css
<style>
a { background-color: #70E2EC; }
a { background-color: rgb(112,226,236); }
div.DivClassName
{
background-color: #70E2EC;
}
.BgClassName
{
background-color: #70E2EC;
}
</style>
border-color css
<style>
span { border-color: #70E2EC; }
span { border-color: rgb(112,226,236); }
td.TdClassName
{
border-color: #70E2EC;
}
.TagClassName
{
border-color: #70E2EC;
}
</style>