Shades of Turquoise Blue #70D1DB
Tints of Turquoise Blue #70D1DB
RGB
CMYK
RGB Variations
Color information
#70D1DB (or 0x70D1DB) is known color: Turquoise Blue. HEX triplet: 70, D1 and DB. RGB value is (112,209,219). Sum of RGB (Red+Green+Blue) = 112+209+219=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #70D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D1DB is #8F2E24. Grayscale: #B5B5B5. Windows color (decimal): -9383461 or 14406000. OLE color: 14406000.
HSL color Cylindrical-coordinate representation of color #70D1DB: hue angle of 185.61º 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 #70D1DB is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 209 | 219 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.14 |
| HSL | 185.61º | 0.6% | 0.65% | - |
| HSV(B) | 185.61º | 0.49% | 0.86% | - |
| XYZ | 42.27 | 54.16 | 75.24 | - |
| YUV | 181.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 219 | 0.49 | 0.05 | 0 | 0.14 | 185.61 | 0.6 | 0.65 |
| Hex | 70 | D1 | DB | 31 | 5 | 0 | E | BA | 3C | 41 |
| Octal | 160 | 321 | 333 | 61 | 5 | 0 | 16 | 272 | 74 | 101 |
| Binary | 1110000 | 11010001 | 11011011 | 110001 | 101 | 0 | 1110 | 10111010 | 111100 | 1000001 |
Color Harmonies of #70D1DB
Complementary color
Monochromatic Colors of #70D1DB
Black with #70D1DB
Text Example
Text Example
White with #70D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D1DB; }
p { color: rgb(112,209,219); }
H1.HeaderClassName
{
color: #70D1DB;
}
.AnyTagClassName
{
color: #70D1DB;
}
</style>
background-color css
<style>
a { background-color: #70D1DB; }
a { background-color: rgb(112,209,219); }
div.DivClassName
{
background-color: #70D1DB;
}
.BgClassName
{
background-color: #70D1DB;
}
</style>
border-color css
<style>
span { border-color: #70D1DB; }
span { border-color: rgb(112,209,219); }
td.TdClassName
{
border-color: #70D1DB;
}
.TagClassName
{
border-color: #70D1DB;
}
</style>