Shades of Turquoise Blue #70DADC
Tints of Turquoise Blue #70DADC
RGB
CMYK
RGB Variations
Color information
#70DADC (or 0x70DADC) is known color: Turquoise Blue. HEX triplet: 70, DA and DC. RGB value is (112,218,220). Sum of RGB (Red+Green+Blue) = 112+218+220=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #70DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DADC is #8F2523. Grayscale: #BABABA. Windows color (decimal): -9381156 or 14473840. OLE color: 14473840.
HSL color Cylindrical-coordinate representation of color #70DADC: hue angle of 181.11º degrees, saturation: 0.61, 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 #70DADC is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 218 | 220 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.14 |
| HSL | 181.11º | 0.61% | 0.65% | - |
| HSV(B) | 181.11º | 0.49% | 0.86% | - |
| XYZ | 44.67 | 58.75 | 76.7 | - |
| YUV | 186.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 220 | 0.49 | 0.01 | 0 | 0.14 | 181.11 | 0.61 | 0.65 |
| Hex | 70 | DA | DC | 31 | 1 | 0 | E | B5 | 3D | 41 |
| Octal | 160 | 332 | 334 | 61 | 1 | 0 | 16 | 265 | 75 | 101 |
| Binary | 1110000 | 11011010 | 11011100 | 110001 | 1 | 0 | 1110 | 10110101 | 111101 | 1000001 |
Color Harmonies of #70DADC
Complementary color
Monochromatic Colors of #70DADC
Black with #70DADC
Text Example
Text Example
White with #70DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DADC; }
p { color: rgb(112,218,220); }
H1.HeaderClassName
{
color: #70DADC;
}
.AnyTagClassName
{
color: #70DADC;
}
</style>
background-color css
<style>
a { background-color: #70DADC; }
a { background-color: rgb(112,218,220); }
div.DivClassName
{
background-color: #70DADC;
}
.BgClassName
{
background-color: #70DADC;
}
</style>
border-color css
<style>
span { border-color: #70DADC; }
span { border-color: rgb(112,218,220); }
td.TdClassName
{
border-color: #70DADC;
}
.TagClassName
{
border-color: #70DADC;
}
</style>