Shades of Turquoise Blue #70D2E8
Tints of Turquoise Blue #70D2E8
RGB
CMYK
RGB Variations
Color information
#70D2E8 (or 0x70D2E8) is known color: Turquoise Blue. HEX triplet: 70, D2 and E8. RGB value is (112,210,232). Sum of RGB (Red+Green+Blue) = 112+210+232=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #70D2E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D2E8 is #8F2D17. Grayscale: #B7B7B7. Windows color (decimal): -9383192 or 15258224. OLE color: 15258224.
HSL color Cylindrical-coordinate representation of color #70D2E8: hue angle of 191º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70D2E8 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 210 | 232 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.09 |
| HSL | 191º | 0.72% | 0.67% | - |
| HSV(B) | 191º | 0.52% | 0.91% | - |
| XYZ | 44.29 | 55.36 | 84.7 | - |
| YUV | 183.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 232 | 0.52 | 0.09 | 0 | 0.09 | 191 | 0.72 | 0.67 |
| Hex | 70 | D2 | E8 | 34 | 9 | 0 | 9 | BF | 48 | 43 |
| Octal | 160 | 322 | 350 | 64 | 11 | 0 | 11 | 277 | 110 | 103 |
| Binary | 1110000 | 11010010 | 11101000 | 110100 | 1001 | 0 | 1001 | 10111111 | 1001000 | 1000011 |
Color Harmonies of #70D2E8
Complementary color
Monochromatic Colors of #70D2E8
Black with #70D2E8
Text Example
Text Example
White with #70D2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2E8; }
p { color: rgb(112,210,232); }
H1.HeaderClassName
{
color: #70D2E8;
}
.AnyTagClassName
{
color: #70D2E8;
}
</style>
background-color css
<style>
a { background-color: #70D2E8; }
a { background-color: rgb(112,210,232); }
div.DivClassName
{
background-color: #70D2E8;
}
.BgClassName
{
background-color: #70D2E8;
}
</style>
border-color css
<style>
span { border-color: #70D2E8; }
span { border-color: rgb(112,210,232); }
td.TdClassName
{
border-color: #70D2E8;
}
.TagClassName
{
border-color: #70D2E8;
}
</style>