Shades of Turquoise Blue #70DBDD
Tints of Turquoise Blue #70DBDD
RGB
CMYK
RGB Variations
Color information
#70DBDD (or 0x70DBDD) is known color: Turquoise Blue. HEX triplet: 70, DB and DD. RGB value is (112,219,221). Sum of RGB (Red+Green+Blue) = 112+219+221=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #70DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBDD is #8F2422. Grayscale: #BBBBBB. Windows color (decimal): -9380899 or 14539632. OLE color: 14539632.
HSL color Cylindrical-coordinate representation of color #70DBDD: hue angle of 181.1º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBDD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 219 | 221 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.13 |
| HSL | 181.1º | 0.62% | 0.65% | - |
| HSV(B) | 181.1º | 0.49% | 0.87% | - |
| XYZ | 45.06 | 59.33 | 77.48 | - |
| YUV | 187.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 221 | 0.49 | 0.01 | 0 | 0.13 | 181.1 | 0.62 | 0.65 |
| Hex | 70 | DB | DD | 31 | 1 | 0 | D | B5 | 3E | 41 |
| Octal | 160 | 333 | 335 | 61 | 1 | 0 | 15 | 265 | 76 | 101 |
| Binary | 1110000 | 11011011 | 11011101 | 110001 | 1 | 0 | 1101 | 10110101 | 111110 | 1000001 |
Color Harmonies of #70DBDD
Complementary color
Monochromatic Colors of #70DBDD
Black with #70DBDD
Text Example
Text Example
White with #70DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBDD; }
p { color: rgb(112,219,221); }
H1.HeaderClassName
{
color: #70DBDD;
}
.AnyTagClassName
{
color: #70DBDD;
}
</style>
background-color css
<style>
a { background-color: #70DBDD; }
a { background-color: rgb(112,219,221); }
div.DivClassName
{
background-color: #70DBDD;
}
.BgClassName
{
background-color: #70DBDD;
}
</style>
border-color css
<style>
span { border-color: #70DBDD; }
span { border-color: rgb(112,219,221); }
td.TdClassName
{
border-color: #70DBDD;
}
.TagClassName
{
border-color: #70DBDD;
}
</style>