Shades of Turquoise Blue #70E7D5
Tints of Turquoise Blue #70E7D5
RGB
CMYK
RGB Variations
Color information
#70E7D5 (or 0x70E7D5) is known color: Turquoise Blue. HEX triplet: 70, E7 and D5. RGB value is (112,231,213). Sum of RGB (Red+Green+Blue) = 112+231+213=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7D5 is #8F182A. Grayscale: #C1C1C1. Windows color (decimal): -9377835 or 14018416. OLE color: 14018416.
HSL color Cylindrical-coordinate representation of color #70E7D5: hue angle of 170.92º 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 #70E7D5 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 213 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.09 |
| HSL | 170.92º | 0.71% | 0.67% | - |
| HSV(B) | 170.92º | 0.52% | 0.91% | - |
| XYZ | 47.27 | 65.4 | 73.08 | - |
| YUV | 193.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 213 | 0.52 | 0 | 0.08 | 0.09 | 170.92 | 0.71 | 0.67 |
| Hex | 70 | E7 | D5 | 34 | 0 | 8 | 9 | AB | 47 | 43 |
| Octal | 160 | 347 | 325 | 64 | 0 | 10 | 11 | 253 | 107 | 103 |
| Binary | 1110000 | 11100111 | 11010101 | 110100 | 0 | 1000 | 1001 | 10101011 | 1000111 | 1000011 |
Color Harmonies of #70E7D5
Complementary color
Monochromatic Colors of #70E7D5
Black with #70E7D5
Text Example
Text Example
White with #70E7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7D5; }
p { color: rgb(112,231,213); }
H1.HeaderClassName
{
color: #70E7D5;
}
.AnyTagClassName
{
color: #70E7D5;
}
</style>
background-color css
<style>
a { background-color: #70E7D5; }
a { background-color: rgb(112,231,213); }
div.DivClassName
{
background-color: #70E7D5;
}
.BgClassName
{
background-color: #70E7D5;
}
</style>
border-color css
<style>
span { border-color: #70E7D5; }
span { border-color: rgb(112,231,213); }
td.TdClassName
{
border-color: #70E7D5;
}
.TagClassName
{
border-color: #70E7D5;
}
</style>