Shades of Turquoise Blue #70DADE
Tints of Turquoise Blue #70DADE
RGB
CMYK
RGB Variations
Color information
#70DADE (or 0x70DADE) is known color: Turquoise Blue. HEX triplet: 70, DA and DE. RGB value is (112,218,222). Sum of RGB (Red+Green+Blue) = 112+218+222=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #70DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DADE is #8F2521. Grayscale: #BABABA. Windows color (decimal): -9381154 or 14604912. OLE color: 14604912.
HSL color Cylindrical-coordinate representation of color #70DADE: hue angle of 182.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DADE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 218 | 222 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.13 |
| HSL | 182.18º | 0.63% | 0.65% | - |
| HSV(B) | 182.18º | 0.5% | 0.87% | - |
| XYZ | 44.94 | 58.86 | 78.1 | - |
| YUV | 186.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 222 | 0.50 | 0.02 | 0 | 0.13 | 182.18 | 0.63 | 0.65 |
| Hex | 70 | DA | DE | 32 | 2 | 0 | D | B6 | 3E | 41 |
| Octal | 160 | 332 | 336 | 62 | 2 | 0 | 15 | 266 | 76 | 101 |
| Binary | 1110000 | 11011010 | 11011110 | 110010 | 10 | 0 | 1101 | 10110110 | 111110 | 1000001 |
Color Harmonies of #70DADE
Complementary color
Monochromatic Colors of #70DADE
Black with #70DADE
Text Example
Text Example
White with #70DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DADE; }
p { color: rgb(112,218,222); }
H1.HeaderClassName
{
color: #70DADE;
}
.AnyTagClassName
{
color: #70DADE;
}
</style>
background-color css
<style>
a { background-color: #70DADE; }
a { background-color: rgb(112,218,222); }
div.DivClassName
{
background-color: #70DADE;
}
.BgClassName
{
background-color: #70DADE;
}
</style>
border-color css
<style>
span { border-color: #70DADE; }
span { border-color: rgb(112,218,222); }
td.TdClassName
{
border-color: #70DADE;
}
.TagClassName
{
border-color: #70DADE;
}
</style>