Shades of Turquoise Blue #70D3EC
Tints of Turquoise Blue #70D3EC
RGB
CMYK
RGB Variations
Color information
#70D3EC (or 0x70D3EC) is known color: Turquoise Blue. HEX triplet: 70, D3 and EC. RGB value is (112,211,236). Sum of RGB (Red+Green+Blue) = 112+211+236=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #70D3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3EC is #8F2C13. Grayscale: #B8B8B8. Windows color (decimal): -9382932 or 15520624. OLE color: 15520624.
HSL color Cylindrical-coordinate representation of color #70D3EC: hue angle of 192.1º 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 #70D3EC is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 211 | 236 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.07 |
| HSL | 192.1º | 0.77% | 0.68% | - |
| HSV(B) | 192.1º | 0.53% | 0.93% | - |
| XYZ | 45.12 | 56.09 | 87.81 | - |
| YUV | 184.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 236 | 0.53 | 0.11 | 0 | 0.07 | 192.1 | 0.77 | 0.68 |
| Hex | 70 | D3 | EC | 35 | B | 0 | 7 | C0 | 4D | 44 |
| Octal | 160 | 323 | 354 | 65 | 13 | 0 | 7 | 300 | 115 | 104 |
| Binary | 1110000 | 11010011 | 11101100 | 110101 | 1011 | 0 | 111 | 11000000 | 1001101 | 1000100 |
Color Harmonies of #70D3EC
Complementary color
Monochromatic Colors of #70D3EC
Black with #70D3EC
Text Example
Text Example
White with #70D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3EC; }
p { color: rgb(112,211,236); }
H1.HeaderClassName
{
color: #70D3EC;
}
.AnyTagClassName
{
color: #70D3EC;
}
</style>
background-color css
<style>
a { background-color: #70D3EC; }
a { background-color: rgb(112,211,236); }
div.DivClassName
{
background-color: #70D3EC;
}
.BgClassName
{
background-color: #70D3EC;
}
</style>
border-color css
<style>
span { border-color: #70D3EC; }
span { border-color: rgb(112,211,236); }
td.TdClassName
{
border-color: #70D3EC;
}
.TagClassName
{
border-color: #70D3EC;
}
</style>