Shades of Turquoise Blue #70E7DA
Tints of Turquoise Blue #70E7DA
RGB
CMYK
RGB Variations
Color information
#70E7DA (or 0x70E7DA) is known color: Turquoise Blue. HEX triplet: 70, E7 and DA. RGB value is (112,231,218). Sum of RGB (Red+Green+Blue) = 112+231+218=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7DA is #8F1825. Grayscale: #C1C1C1. Windows color (decimal): -9377830 or 14346096. OLE color: 14346096.
HSL color Cylindrical-coordinate representation of color #70E7DA: hue angle of 173.45º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7DA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 218 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.09 |
| HSL | 173.45º | 0.71% | 0.67% | - |
| HSV(B) | 173.45º | 0.52% | 0.91% | - |
| XYZ | 47.91 | 65.66 | 76.48 | - |
| YUV | 193.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 218 | 0.52 | 0 | 0.06 | 0.09 | 173.45 | 0.71 | 0.67 |
| Hex | 70 | E7 | DA | 34 | 0 | 6 | 9 | AD | 47 | 43 |
| Octal | 160 | 347 | 332 | 64 | 0 | 6 | 11 | 255 | 107 | 103 |
| Binary | 1110000 | 11100111 | 11011010 | 110100 | 0 | 110 | 1001 | 10101101 | 1000111 | 1000011 |
Color Harmonies of #70E7DA
Complementary color
Monochromatic Colors of #70E7DA
Black with #70E7DA
Text Example
Text Example
White with #70E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7DA; }
p { color: rgb(112,231,218); }
H1.HeaderClassName
{
color: #70E7DA;
}
.AnyTagClassName
{
color: #70E7DA;
}
</style>
background-color css
<style>
a { background-color: #70E7DA; }
a { background-color: rgb(112,231,218); }
div.DivClassName
{
background-color: #70E7DA;
}
.BgClassName
{
background-color: #70E7DA;
}
</style>
border-color css
<style>
span { border-color: #70E7DA; }
span { border-color: rgb(112,231,218); }
td.TdClassName
{
border-color: #70E7DA;
}
.TagClassName
{
border-color: #70E7DA;
}
</style>