Shades of Turquoise Blue #70DADB
Tints of Turquoise Blue #70DADB
RGB
CMYK
RGB Variations
Color information
#70DADB (or 0x70DADB) is known color: Turquoise Blue. HEX triplet: 70, DA and DB. RGB value is (112,218,219). Sum of RGB (Red+Green+Blue) = 112+218+219=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #70DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DADB is #8F2524. Grayscale: #BABABA. Windows color (decimal): -9381157 or 14408304. OLE color: 14408304.
HSL color Cylindrical-coordinate representation of color #70DADB: hue angle of 180.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DADB is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 218 | 219 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.14 |
| HSL | 180.56º | 0.6% | 0.65% | - |
| HSV(B) | 180.56º | 0.49% | 0.86% | - |
| XYZ | 44.54 | 58.7 | 76 | - |
| YUV | 186.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 219 | 0.49 | 0.00 | 0 | 0.14 | 180.56 | 0.6 | 0.65 |
| Hex | 70 | DA | DB | 31 | 0 | 0 | E | B5 | 3C | 41 |
| Octal | 160 | 332 | 333 | 61 | 0 | 0 | 16 | 265 | 74 | 101 |
| Binary | 1110000 | 11011010 | 11011011 | 110001 | 0 | 0 | 1110 | 10110101 | 111100 | 1000001 |
Color Harmonies of #70DADB
Complementary color
Monochromatic Colors of #70DADB
Black with #70DADB
Text Example
Text Example
White with #70DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DADB; }
p { color: rgb(112,218,219); }
H1.HeaderClassName
{
color: #70DADB;
}
.AnyTagClassName
{
color: #70DADB;
}
</style>
background-color css
<style>
a { background-color: #70DADB; }
a { background-color: rgb(112,218,219); }
div.DivClassName
{
background-color: #70DADB;
}
.BgClassName
{
background-color: #70DADB;
}
</style>
border-color css
<style>
span { border-color: #70DADB; }
span { border-color: rgb(112,218,219); }
td.TdClassName
{
border-color: #70DADB;
}
.TagClassName
{
border-color: #70DADB;
}
</style>