Shades of Turquoise Blue #70DBE4
Tints of Turquoise Blue #70DBE4
RGB
CMYK
RGB Variations
Color information
#70DBE4 (or 0x70DBE4) is known color: Turquoise Blue. HEX triplet: 70, DB and E4. RGB value is (112,219,228). Sum of RGB (Red+Green+Blue) = 112+219+228=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #70DBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBE4 is #8F241B. Grayscale: #BBBBBB. Windows color (decimal): -9380892 or 14998384. OLE color: 14998384.
HSL color Cylindrical-coordinate representation of color #70DBE4: hue angle of 184.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70DBE4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 219 | 228 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.11 |
| HSL | 184.66º | 0.68% | 0.67% | - |
| HSV(B) | 184.66º | 0.51% | 0.89% | - |
| XYZ | 46.02 | 59.71 | 82.5 | - |
| YUV | 188.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 228 | 0.51 | 0.04 | 0 | 0.11 | 184.66 | 0.68 | 0.67 |
| Hex | 70 | DB | E4 | 33 | 4 | 0 | B | B9 | 44 | 43 |
| Octal | 160 | 333 | 344 | 63 | 4 | 0 | 13 | 271 | 104 | 103 |
| Binary | 1110000 | 11011011 | 11100100 | 110011 | 100 | 0 | 1011 | 10111001 | 1000100 | 1000011 |
Color Harmonies of #70DBE4
Complementary color
Monochromatic Colors of #70DBE4
Black with #70DBE4
Text Example
Text Example
White with #70DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBE4; }
p { color: rgb(112,219,228); }
H1.HeaderClassName
{
color: #70DBE4;
}
.AnyTagClassName
{
color: #70DBE4;
}
</style>
background-color css
<style>
a { background-color: #70DBE4; }
a { background-color: rgb(112,219,228); }
div.DivClassName
{
background-color: #70DBE4;
}
.BgClassName
{
background-color: #70DBE4;
}
</style>
border-color css
<style>
span { border-color: #70DBE4; }
span { border-color: rgb(112,219,228); }
td.TdClassName
{
border-color: #70DBE4;
}
.TagClassName
{
border-color: #70DBE4;
}
</style>