Shades of Turquoise Blue #70E5D7
Tints of Turquoise Blue #70E5D7
RGB
CMYK
RGB Variations
Color information
#70E5D7 (or 0x70E5D7) is known color: Turquoise Blue. HEX triplet: 70, E5 and D7. RGB value is (112,229,215). Sum of RGB (Red+Green+Blue) = 112+229+215=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E5D7 is #8F1A28. Grayscale: #C0C0C0. Windows color (decimal): -9378345 or 14148976. OLE color: 14148976.
HSL color Cylindrical-coordinate representation of color #70E5D7: hue angle of 172.82º 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 #70E5D7 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 215 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.10 |
| HSL | 172.82º | 0.69% | 0.67% | - |
| HSV(B) | 172.82º | 0.51% | 0.9% | - |
| XYZ | 46.97 | 64.39 | 74.24 | - |
| YUV | 192.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 215 | 0.51 | 0 | 0.06 | 0.10 | 172.82 | 0.69 | 0.67 |
| Hex | 70 | E5 | D7 | 33 | 0 | 6 | A | AD | 45 | 43 |
| Octal | 160 | 345 | 327 | 63 | 0 | 6 | 12 | 255 | 105 | 103 |
| Binary | 1110000 | 11100101 | 11010111 | 110011 | 0 | 110 | 1010 | 10101101 | 1000101 | 1000011 |
Color Harmonies of #70E5D7
Complementary color
Monochromatic Colors of #70E5D7
Black with #70E5D7
Text Example
Text Example
White with #70E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E5D7; }
p { color: rgb(112,229,215); }
H1.HeaderClassName
{
color: #70E5D7;
}
.AnyTagClassName
{
color: #70E5D7;
}
</style>
background-color css
<style>
a { background-color: #70E5D7; }
a { background-color: rgb(112,229,215); }
div.DivClassName
{
background-color: #70E5D7;
}
.BgClassName
{
background-color: #70E5D7;
}
</style>
border-color css
<style>
span { border-color: #70E5D7; }
span { border-color: rgb(112,229,215); }
td.TdClassName
{
border-color: #70E5D7;
}
.TagClassName
{
border-color: #70E5D7;
}
</style>