Shades of Turquoise Blue #70D3EB
Tints of Turquoise Blue #70D3EB
RGB
CMYK
RGB Variations
Color information
#70D3EB (or 0x70D3EB) is known color: Turquoise Blue. HEX triplet: 70, D3 and EB. RGB value is (112,211,235). Sum of RGB (Red+Green+Blue) = 112+211+235=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #70D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3EB is #8F2C14. Grayscale: #B7B7B7. Windows color (decimal): -9382933 or 15455088. OLE color: 15455088.
HSL color Cylindrical-coordinate representation of color #70D3EB: hue angle of 191.71º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70D3EB is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 211 | 235 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.08 |
| HSL | 191.71º | 0.75% | 0.68% | - |
| HSV(B) | 191.71º | 0.52% | 0.92% | - |
| XYZ | 44.97 | 56.03 | 87.04 | - |
| YUV | 184.14 | 156.7 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 235 | 0.52 | 0.10 | 0 | 0.08 | 191.71 | 0.75 | 0.68 |
| Hex | 70 | D3 | EB | 34 | A | 0 | 8 | C0 | 4B | 44 |
| Octal | 160 | 323 | 353 | 64 | 12 | 0 | 10 | 300 | 113 | 104 |
| Binary | 1110000 | 11010011 | 11101011 | 110100 | 1010 | 0 | 1000 | 11000000 | 1001011 | 1000100 |
Color Harmonies of #70D3EB
Complementary color
Monochromatic Colors of #70D3EB
Black with #70D3EB
Text Example
Text Example
White with #70D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3EB; }
p { color: rgb(112,211,235); }
H1.HeaderClassName
{
color: #70D3EB;
}
.AnyTagClassName
{
color: #70D3EB;
}
</style>
background-color css
<style>
a { background-color: #70D3EB; }
a { background-color: rgb(112,211,235); }
div.DivClassName
{
background-color: #70D3EB;
}
.BgClassName
{
background-color: #70D3EB;
}
</style>
border-color css
<style>
span { border-color: #70D3EB; }
span { border-color: rgb(112,211,235); }
td.TdClassName
{
border-color: #70D3EB;
}
.TagClassName
{
border-color: #70D3EB;
}
</style>