Shades of Turquoise Blue #70DBE8
Tints of Turquoise Blue #70DBE8
RGB
CMYK
RGB Variations
Color information
#70DBE8 (or 0x70DBE8) is known color: Turquoise Blue. HEX triplet: 70, DB and E8. RGB value is (112,219,232). Sum of RGB (Red+Green+Blue) = 112+219+232=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #70DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBE8 is #8F2417. Grayscale: #BCBCBC. Windows color (decimal): -9380888 or 15260528. OLE color: 15260528.
HSL color Cylindrical-coordinate representation of color #70DBE8: hue angle of 186.5º 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 #70DBE8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 219 | 232 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.09 |
| HSL | 186.5º | 0.72% | 0.67% | - |
| HSV(B) | 186.5º | 0.52% | 0.91% | - |
| XYZ | 46.58 | 59.93 | 85.46 | - |
| YUV | 188.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 232 | 0.52 | 0.06 | 0 | 0.09 | 186.5 | 0.72 | 0.67 |
| Hex | 70 | DB | E8 | 34 | 6 | 0 | 9 | BA | 48 | 43 |
| Octal | 160 | 333 | 350 | 64 | 6 | 0 | 11 | 272 | 110 | 103 |
| Binary | 1110000 | 11011011 | 11101000 | 110100 | 110 | 0 | 1001 | 10111010 | 1001000 | 1000011 |
Color Harmonies of #70DBE8
Complementary color
Monochromatic Colors of #70DBE8
Black with #70DBE8
Text Example
Text Example
White with #70DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBE8; }
p { color: rgb(112,219,232); }
H1.HeaderClassName
{
color: #70DBE8;
}
.AnyTagClassName
{
color: #70DBE8;
}
</style>
background-color css
<style>
a { background-color: #70DBE8; }
a { background-color: rgb(112,219,232); }
div.DivClassName
{
background-color: #70DBE8;
}
.BgClassName
{
background-color: #70DBE8;
}
</style>
border-color css
<style>
span { border-color: #70DBE8; }
span { border-color: rgb(112,219,232); }
td.TdClassName
{
border-color: #70DBE8;
}
.TagClassName
{
border-color: #70DBE8;
}
</style>