Shades of Turquoise Blue #70EBDB
Tints of Turquoise Blue #70EBDB
RGB
CMYK
RGB Variations
Color information
#70EBDB (or 0x70EBDB) is known color: Turquoise Blue. HEX triplet: 70, EB and DB. RGB value is (112,235,219). Sum of RGB (Red+Green+Blue) = 112+235+219=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBDB is #8F1424. Grayscale: #C4C4C4. Windows color (decimal): -9376805 or 14412656. OLE color: 14412656.
HSL color Cylindrical-coordinate representation of color #70EBDB: hue angle of 172.2º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBDB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 219 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.08 |
| HSL | 172.2º | 0.75% | 0.68% | - |
| HSV(B) | 172.2º | 0.52% | 0.92% | - |
| XYZ | 49.18 | 67.98 | 77.55 | - |
| YUV | 196.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 219 | 0.52 | 0 | 0.07 | 0.08 | 172.2 | 0.75 | 0.68 |
| Hex | 70 | EB | DB | 34 | 0 | 7 | 8 | AC | 4B | 44 |
| Octal | 160 | 353 | 333 | 64 | 0 | 7 | 10 | 254 | 113 | 104 |
| Binary | 1110000 | 11101011 | 11011011 | 110100 | 0 | 111 | 1000 | 10101100 | 1001011 | 1000100 |
Color Harmonies of #70EBDB
Complementary color
Monochromatic Colors of #70EBDB
Black with #70EBDB
Text Example
Text Example
White with #70EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBDB; }
p { color: rgb(112,235,219); }
H1.HeaderClassName
{
color: #70EBDB;
}
.AnyTagClassName
{
color: #70EBDB;
}
</style>
background-color css
<style>
a { background-color: #70EBDB; }
a { background-color: rgb(112,235,219); }
div.DivClassName
{
background-color: #70EBDB;
}
.BgClassName
{
background-color: #70EBDB;
}
</style>
border-color css
<style>
span { border-color: #70EBDB; }
span { border-color: rgb(112,235,219); }
td.TdClassName
{
border-color: #70EBDB;
}
.TagClassName
{
border-color: #70EBDB;
}
</style>