Shades of Turquoise Blue #70E7D6
Tints of Turquoise Blue #70E7D6
RGB
CMYK
RGB Variations
Color information
#70E7D6 (or 0x70E7D6) is known color: Turquoise Blue. HEX triplet: 70, E7 and D6. RGB value is (112,231,214). Sum of RGB (Red+Green+Blue) = 112+231+214=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7D6 is #8F1829. Grayscale: #C1C1C1. Windows color (decimal): -9377834 or 14083952. OLE color: 14083952.
HSL color Cylindrical-coordinate representation of color #70E7D6: hue angle of 171.43º 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 #70E7D6 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 214 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.09 |
| HSL | 171.43º | 0.71% | 0.67% | - |
| HSV(B) | 171.43º | 0.52% | 0.91% | - |
| XYZ | 47.4 | 65.45 | 73.75 | - |
| YUV | 193.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 214 | 0.52 | 0 | 0.07 | 0.09 | 171.43 | 0.71 | 0.67 |
| Hex | 70 | E7 | D6 | 34 | 0 | 7 | 9 | AB | 47 | 43 |
| Octal | 160 | 347 | 326 | 64 | 0 | 7 | 11 | 253 | 107 | 103 |
| Binary | 1110000 | 11100111 | 11010110 | 110100 | 0 | 111 | 1001 | 10101011 | 1000111 | 1000011 |
Color Harmonies of #70E7D6
Complementary color
Monochromatic Colors of #70E7D6
Black with #70E7D6
Text Example
Text Example
White with #70E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7D6; }
p { color: rgb(112,231,214); }
H1.HeaderClassName
{
color: #70E7D6;
}
.AnyTagClassName
{
color: #70E7D6;
}
</style>
background-color css
<style>
a { background-color: #70E7D6; }
a { background-color: rgb(112,231,214); }
div.DivClassName
{
background-color: #70E7D6;
}
.BgClassName
{
background-color: #70E7D6;
}
</style>
border-color css
<style>
span { border-color: #70E7D6; }
span { border-color: rgb(112,231,214); }
td.TdClassName
{
border-color: #70E7D6;
}
.TagClassName
{
border-color: #70E7D6;
}
</style>