Shades of Turquoise Blue #70D2DB
Tints of Turquoise Blue #70D2DB
RGB
CMYK
RGB Variations
Color information
#70D2DB (or 0x70D2DB) is known color: Turquoise Blue. HEX triplet: 70, D2 and DB. RGB value is (112,210,219). Sum of RGB (Red+Green+Blue) = 112+210+219=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #70D2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2DB is #8F2D24. Grayscale: #B5B5B5. Windows color (decimal): -9383205 or 14406256. OLE color: 14406256.
HSL color Cylindrical-coordinate representation of color #70D2DB: hue angle of 185.05º 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 #70D2DB is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 210 | 219 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.14 |
| HSL | 185.05º | 0.6% | 0.65% | - |
| HSV(B) | 185.05º | 0.49% | 0.86% | - |
| XYZ | 42.51 | 54.65 | 75.33 | - |
| YUV | 181.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 219 | 0.49 | 0.04 | 0 | 0.14 | 185.05 | 0.6 | 0.65 |
| Hex | 70 | D2 | DB | 31 | 4 | 0 | E | B9 | 3C | 41 |
| Octal | 160 | 322 | 333 | 61 | 4 | 0 | 16 | 271 | 74 | 101 |
| Binary | 1110000 | 11010010 | 11011011 | 110001 | 100 | 0 | 1110 | 10111001 | 111100 | 1000001 |
Color Harmonies of #70D2DB
Complementary color
Monochromatic Colors of #70D2DB
Black with #70D2DB
Text Example
Text Example
White with #70D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2DB; }
p { color: rgb(112,210,219); }
H1.HeaderClassName
{
color: #70D2DB;
}
.AnyTagClassName
{
color: #70D2DB;
}
</style>
background-color css
<style>
a { background-color: #70D2DB; }
a { background-color: rgb(112,210,219); }
div.DivClassName
{
background-color: #70D2DB;
}
.BgClassName
{
background-color: #70D2DB;
}
</style>
border-color css
<style>
span { border-color: #70D2DB; }
span { border-color: rgb(112,210,219); }
td.TdClassName
{
border-color: #70D2DB;
}
.TagClassName
{
border-color: #70D2DB;
}
</style>