Shades of Turquoise Blue #70E7E5
Tints of Turquoise Blue #70E7E5
RGB
CMYK
RGB Variations
Color information
#70E7E5 (or 0x70E7E5) is known color: Turquoise Blue. HEX triplet: 70, E7 and E5. RGB value is (112,231,229). Sum of RGB (Red+Green+Blue) = 112+231+229=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7E5 is #8F181A. Grayscale: #C3C3C3. Windows color (decimal): -9377819 or 15066992. OLE color: 15066992.
HSL color Cylindrical-coordinate representation of color #70E7E5: hue angle of 178.99º 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 #70E7E5 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 229 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.09 |
| HSL | 178.99º | 0.71% | 0.67% | - |
| HSV(B) | 178.99º | 0.52% | 0.91% | - |
| XYZ | 49.4 | 66.25 | 84.31 | - |
| YUV | 195.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 229 | 0.52 | 0 | 0.01 | 0.09 | 178.99 | 0.71 | 0.67 |
| Hex | 70 | E7 | E5 | 34 | 0 | 1 | 9 | B3 | 47 | 43 |
| Octal | 160 | 347 | 345 | 64 | 0 | 1 | 11 | 263 | 107 | 103 |
| Binary | 1110000 | 11100111 | 11100101 | 110100 | 0 | 1 | 1001 | 10110011 | 1000111 | 1000011 |
Color Harmonies of #70E7E5
Complementary color
Monochromatic Colors of #70E7E5
Black with #70E7E5
Text Example
Text Example
White with #70E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7E5; }
p { color: rgb(112,231,229); }
H1.HeaderClassName
{
color: #70E7E5;
}
.AnyTagClassName
{
color: #70E7E5;
}
</style>
background-color css
<style>
a { background-color: #70E7E5; }
a { background-color: rgb(112,231,229); }
div.DivClassName
{
background-color: #70E7E5;
}
.BgClassName
{
background-color: #70E7E5;
}
</style>
border-color css
<style>
span { border-color: #70E7E5; }
span { border-color: rgb(112,231,229); }
td.TdClassName
{
border-color: #70E7E5;
}
.TagClassName
{
border-color: #70E7E5;
}
</style>