Shades of Turquoise Blue #70E9DB
Tints of Turquoise Blue #70E9DB
RGB
CMYK
RGB Variations
Color information
#70E9DB (or 0x70E9DB) is known color: Turquoise Blue. HEX triplet: 70, E9 and DB. RGB value is (112,233,219). Sum of RGB (Red+Green+Blue) = 112+233+219=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9DB is #8F1624. Grayscale: #C3C3C3. Windows color (decimal): -9377317 or 14412144. OLE color: 14412144.
HSL color Cylindrical-coordinate representation of color #70E9DB: hue angle of 173.06º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9DB is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 219 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.09 |
| HSL | 173.06º | 0.73% | 0.68% | - |
| HSV(B) | 173.06º | 0.52% | 0.91% | - |
| XYZ | 48.61 | 66.84 | 77.36 | - |
| YUV | 195.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 219 | 0.52 | 0 | 0.06 | 0.09 | 173.06 | 0.73 | 0.68 |
| Hex | 70 | E9 | DB | 34 | 0 | 6 | 9 | AD | 49 | 44 |
| Octal | 160 | 351 | 333 | 64 | 0 | 6 | 11 | 255 | 111 | 104 |
| Binary | 1110000 | 11101001 | 11011011 | 110100 | 0 | 110 | 1001 | 10101101 | 1001001 | 1000100 |
Color Harmonies of #70E9DB
Complementary color
Monochromatic Colors of #70E9DB
Black with #70E9DB
Text Example
Text Example
White with #70E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9DB; }
p { color: rgb(112,233,219); }
H1.HeaderClassName
{
color: #70E9DB;
}
.AnyTagClassName
{
color: #70E9DB;
}
</style>
background-color css
<style>
a { background-color: #70E9DB; }
a { background-color: rgb(112,233,219); }
div.DivClassName
{
background-color: #70E9DB;
}
.BgClassName
{
background-color: #70E9DB;
}
</style>
border-color css
<style>
span { border-color: #70E9DB; }
span { border-color: rgb(112,233,219); }
td.TdClassName
{
border-color: #70E9DB;
}
.TagClassName
{
border-color: #70E9DB;
}
</style>