Shades of Turquoise Blue #70DBF7
Tints of Turquoise Blue #70DBF7
RGB
CMYK
RGB Variations
Color information
#70DBF7 (or 0x70DBF7) is known color: Turquoise Blue. HEX triplet: 70, DB and F7. RGB value is (112,219,247). Sum of RGB (Red+Green+Blue) = 112+219+247=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #70DBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBF7 is #8F2408. Grayscale: #BDBDBD. Windows color (decimal): -9380873 or 16243568. OLE color: 16243568.
HSL color Cylindrical-coordinate representation of color #70DBF7: hue angle of 192.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DBF7 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 219 | 247 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.03 |
| HSL | 192.44º | 0.89% | 0.7% | - |
| HSV(B) | 192.44º | 0.55% | 0.97% | - |
| XYZ | 48.8 | 60.82 | 97.16 | - |
| YUV | 190.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 247 | 0.55 | 0.11 | 0 | 0.03 | 192.44 | 0.89 | 0.7 |
| Hex | 70 | DB | F7 | 37 | B | 0 | 3 | C0 | 59 | 46 |
| Octal | 160 | 333 | 367 | 67 | 13 | 0 | 3 | 300 | 131 | 106 |
| Binary | 1110000 | 11011011 | 11110111 | 110111 | 1011 | 0 | 11 | 11000000 | 1011001 | 1000110 |
Color Harmonies of #70DBF7
Complementary color
Monochromatic Colors of #70DBF7
Black with #70DBF7
Text Example
Text Example
White with #70DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBF7; }
p { color: rgb(112,219,247); }
H1.HeaderClassName
{
color: #70DBF7;
}
.AnyTagClassName
{
color: #70DBF7;
}
</style>
background-color css
<style>
a { background-color: #70DBF7; }
a { background-color: rgb(112,219,247); }
div.DivClassName
{
background-color: #70DBF7;
}
.BgClassName
{
background-color: #70DBF7;
}
</style>
border-color css
<style>
span { border-color: #70DBF7; }
span { border-color: rgb(112,219,247); }
td.TdClassName
{
border-color: #70DBF7;
}
.TagClassName
{
border-color: #70DBF7;
}
</style>