Shades of Turquoise Blue #70D2ED
Tints of Turquoise Blue #70D2ED
RGB
CMYK
RGB Variations
Color information
#70D2ED (or 0x70D2ED) is known color: Turquoise Blue. HEX triplet: 70, D2 and ED. RGB value is (112,210,237). Sum of RGB (Red+Green+Blue) = 112+210+237=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #70D2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D2ED is #8F2D12. Grayscale: #B7B7B7. Windows color (decimal): -9383187 or 15585904. OLE color: 15585904.
HSL color Cylindrical-coordinate representation of color #70D2ED: hue angle of 192.96º degrees, saturation: 0.78, 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 #70D2ED is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 210 | 237 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.07 |
| HSL | 192.96º | 0.78% | 0.68% | - |
| HSV(B) | 192.96º | 0.53% | 0.93% | - |
| XYZ | 45.01 | 55.65 | 88.49 | - |
| YUV | 183.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 237 | 0.53 | 0.11 | 0 | 0.07 | 192.96 | 0.78 | 0.68 |
| Hex | 70 | D2 | ED | 35 | B | 0 | 7 | C1 | 4E | 44 |
| Octal | 160 | 322 | 355 | 65 | 13 | 0 | 7 | 301 | 116 | 104 |
| Binary | 1110000 | 11010010 | 11101101 | 110101 | 1011 | 0 | 111 | 11000001 | 1001110 | 1000100 |
Color Harmonies of #70D2ED
Complementary color
Monochromatic Colors of #70D2ED
Black with #70D2ED
Text Example
Text Example
White with #70D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2ED; }
p { color: rgb(112,210,237); }
H1.HeaderClassName
{
color: #70D2ED;
}
.AnyTagClassName
{
color: #70D2ED;
}
</style>
background-color css
<style>
a { background-color: #70D2ED; }
a { background-color: rgb(112,210,237); }
div.DivClassName
{
background-color: #70D2ED;
}
.BgClassName
{
background-color: #70D2ED;
}
</style>
border-color css
<style>
span { border-color: #70D2ED; }
span { border-color: rgb(112,210,237); }
td.TdClassName
{
border-color: #70D2ED;
}
.TagClassName
{
border-color: #70D2ED;
}
</style>