Shades of Turquoise Blue #70E9E5
Tints of Turquoise Blue #70E9E5
RGB
CMYK
RGB Variations
Color information
#70E9E5 (or 0x70E9E5) is known color: Turquoise Blue. HEX triplet: 70, E9 and E5. RGB value is (112,233,229). Sum of RGB (Red+Green+Blue) = 112+233+229=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9E5 is #8F161A. Grayscale: #C4C4C4. Windows color (decimal): -9377307 or 15067504. OLE color: 15067504.
HSL color Cylindrical-coordinate representation of color #70E9E5: hue angle of 178.02º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9E5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 229 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.09 |
| HSL | 178.02º | 0.73% | 0.68% | - |
| HSV(B) | 178.02º | 0.52% | 0.91% | - |
| XYZ | 49.96 | 67.38 | 84.5 | - |
| YUV | 196.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 229 | 0.52 | 0 | 0.02 | 0.09 | 178.02 | 0.73 | 0.68 |
| Hex | 70 | E9 | E5 | 34 | 0 | 2 | 9 | B2 | 49 | 44 |
| Octal | 160 | 351 | 345 | 64 | 0 | 2 | 11 | 262 | 111 | 104 |
| Binary | 1110000 | 11101001 | 11100101 | 110100 | 0 | 10 | 1001 | 10110010 | 1001001 | 1000100 |
Color Harmonies of #70E9E5
Complementary color
Monochromatic Colors of #70E9E5
Black with #70E9E5
Text Example
Text Example
White with #70E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9E5; }
p { color: rgb(112,233,229); }
H1.HeaderClassName
{
color: #70E9E5;
}
.AnyTagClassName
{
color: #70E9E5;
}
</style>
background-color css
<style>
a { background-color: #70E9E5; }
a { background-color: rgb(112,233,229); }
div.DivClassName
{
background-color: #70E9E5;
}
.BgClassName
{
background-color: #70E9E5;
}
</style>
border-color css
<style>
span { border-color: #70E9E5; }
span { border-color: rgb(112,233,229); }
td.TdClassName
{
border-color: #70E9E5;
}
.TagClassName
{
border-color: #70E9E5;
}
</style>