Shades of Turquoise Blue #70E7EC
Tints of Turquoise Blue #70E7EC
RGB
CMYK
RGB Variations
Color information
#70E7EC (or 0x70E7EC) is known color: Turquoise Blue. HEX triplet: 70, E7 and EC. RGB value is (112,231,236). Sum of RGB (Red+Green+Blue) = 112+231+236=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #70E7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E7EC is #8F1813. Grayscale: #C3C3C3. Windows color (decimal): -9377812 or 15525744. OLE color: 15525744.
HSL color Cylindrical-coordinate representation of color #70E7EC: hue angle of 182.42º 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 #70E7EC is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 231 | 236 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.07 |
| HSL | 182.42º | 0.77% | 0.68% | - |
| HSV(B) | 182.42º | 0.53% | 0.93% | - |
| XYZ | 50.4 | 66.65 | 89.57 | - |
| YUV | 195.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 236 | 0.53 | 0.02 | 0 | 0.07 | 182.42 | 0.77 | 0.68 |
| Hex | 70 | E7 | EC | 35 | 2 | 0 | 7 | B6 | 4D | 44 |
| Octal | 160 | 347 | 354 | 65 | 2 | 0 | 7 | 266 | 115 | 104 |
| Binary | 1110000 | 11100111 | 11101100 | 110101 | 10 | 0 | 111 | 10110110 | 1001101 | 1000100 |
Color Harmonies of #70E7EC
Complementary color
Monochromatic Colors of #70E7EC
Black with #70E7EC
Text Example
Text Example
White with #70E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7EC; }
p { color: rgb(112,231,236); }
H1.HeaderClassName
{
color: #70E7EC;
}
.AnyTagClassName
{
color: #70E7EC;
}
</style>
background-color css
<style>
a { background-color: #70E7EC; }
a { background-color: rgb(112,231,236); }
div.DivClassName
{
background-color: #70E7EC;
}
.BgClassName
{
background-color: #70E7EC;
}
</style>
border-color css
<style>
span { border-color: #70E7EC; }
span { border-color: rgb(112,231,236); }
td.TdClassName
{
border-color: #70E7EC;
}
.TagClassName
{
border-color: #70E7EC;
}
</style>