Shades of Turquoise Blue #70E5D8
Tints of Turquoise Blue #70E5D8
RGB
CMYK
RGB Variations
Color information
#70E5D8 (or 0x70E5D8) is known color: Turquoise Blue. HEX triplet: 70, E5 and D8. RGB value is (112,229,216). Sum of RGB (Red+Green+Blue) = 112+229+216=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E5D8 is #8F1A27. Grayscale: #C0C0C0. Windows color (decimal): -9378344 or 14214512. OLE color: 14214512.
HSL color Cylindrical-coordinate representation of color #70E5D8: hue angle of 173.33º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E5D8 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 216 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.10 |
| HSL | 173.33º | 0.69% | 0.67% | - |
| HSV(B) | 173.33º | 0.51% | 0.9% | - |
| XYZ | 47.1 | 64.44 | 74.92 | - |
| YUV | 192.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 216 | 0.51 | 0 | 0.06 | 0.10 | 173.33 | 0.69 | 0.67 |
| Hex | 70 | E5 | D8 | 33 | 0 | 6 | A | AD | 45 | 43 |
| Octal | 160 | 345 | 330 | 63 | 0 | 6 | 12 | 255 | 105 | 103 |
| Binary | 1110000 | 11100101 | 11011000 | 110011 | 0 | 110 | 1010 | 10101101 | 1000101 | 1000011 |
Color Harmonies of #70E5D8
Complementary color
Monochromatic Colors of #70E5D8
Black with #70E5D8
Text Example
Text Example
White with #70E5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E5D8; }
p { color: rgb(112,229,216); }
H1.HeaderClassName
{
color: #70E5D8;
}
.AnyTagClassName
{
color: #70E5D8;
}
</style>
background-color css
<style>
a { background-color: #70E5D8; }
a { background-color: rgb(112,229,216); }
div.DivClassName
{
background-color: #70E5D8;
}
.BgClassName
{
background-color: #70E5D8;
}
</style>
border-color css
<style>
span { border-color: #70E5D8; }
span { border-color: rgb(112,229,216); }
td.TdClassName
{
border-color: #70E5D8;
}
.TagClassName
{
border-color: #70E5D8;
}
</style>