Shades of Turquoise Blue #70E9D8
Tints of Turquoise Blue #70E9D8
RGB
CMYK
RGB Variations
Color information
#70E9D8 (or 0x70E9D8) is known color: Turquoise Blue. HEX triplet: 70, E9 and D8. RGB value is (112,233,216). Sum of RGB (Red+Green+Blue) = 112+233+216=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9D8 is #8F1627. Grayscale: #C2C2C2. Windows color (decimal): -9377320 or 14215536. OLE color: 14215536.
HSL color Cylindrical-coordinate representation of color #70E9D8: hue angle of 171.57º 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 #70E9D8 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 216 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.09 |
| HSL | 171.57º | 0.73% | 0.68% | - |
| HSV(B) | 171.57º | 0.52% | 0.91% | - |
| XYZ | 48.22 | 66.68 | 75.3 | - |
| YUV | 194.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 216 | 0.52 | 0 | 0.07 | 0.09 | 171.57 | 0.73 | 0.68 |
| Hex | 70 | E9 | D8 | 34 | 0 | 7 | 9 | AC | 49 | 44 |
| Octal | 160 | 351 | 330 | 64 | 0 | 7 | 11 | 254 | 111 | 104 |
| Binary | 1110000 | 11101001 | 11011000 | 110100 | 0 | 111 | 1001 | 10101100 | 1001001 | 1000100 |
Color Harmonies of #70E9D8
Complementary color
Monochromatic Colors of #70E9D8
Black with #70E9D8
Text Example
Text Example
White with #70E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9D8; }
p { color: rgb(112,233,216); }
H1.HeaderClassName
{
color: #70E9D8;
}
.AnyTagClassName
{
color: #70E9D8;
}
</style>
background-color css
<style>
a { background-color: #70E9D8; }
a { background-color: rgb(112,233,216); }
div.DivClassName
{
background-color: #70E9D8;
}
.BgClassName
{
background-color: #70E9D8;
}
</style>
border-color css
<style>
span { border-color: #70E9D8; }
span { border-color: rgb(112,233,216); }
td.TdClassName
{
border-color: #70E9D8;
}
.TagClassName
{
border-color: #70E9D8;
}
</style>