Shades of Turquoise Blue #70E8E4
Tints of Turquoise Blue #70E8E4
RGB
CMYK
RGB Variations
Color information
#70E8E4 (or 0x70E8E4) is known color: Turquoise Blue. HEX triplet: 70, E8 and E4. RGB value is (112,232,228). Sum of RGB (Red+Green+Blue) = 112+232+228=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8E4 is #8F171B. Grayscale: #C3C3C3. Windows color (decimal): -9377564 or 15001712. OLE color: 15001712.
HSL color Cylindrical-coordinate representation of color #70E8E4: hue angle of 178º degrees, saturation: 0.72, 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 #70E8E4 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 228 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.09 |
| HSL | 178º | 0.72% | 0.67% | - |
| HSV(B) | 178º | 0.52% | 0.91% | - |
| XYZ | 49.54 | 66.76 | 83.67 | - |
| YUV | 195.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 228 | 0.52 | 0 | 0.02 | 0.09 | 178 | 0.72 | 0.67 |
| Hex | 70 | E8 | E4 | 34 | 0 | 2 | 9 | B2 | 48 | 43 |
| Octal | 160 | 350 | 344 | 64 | 0 | 2 | 11 | 262 | 110 | 103 |
| Binary | 1110000 | 11101000 | 11100100 | 110100 | 0 | 10 | 1001 | 10110010 | 1001000 | 1000011 |
Color Harmonies of #70E8E4
Complementary color
Monochromatic Colors of #70E8E4
Black with #70E8E4
Text Example
Text Example
White with #70E8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8E4; }
p { color: rgb(112,232,228); }
H1.HeaderClassName
{
color: #70E8E4;
}
.AnyTagClassName
{
color: #70E8E4;
}
</style>
background-color css
<style>
a { background-color: #70E8E4; }
a { background-color: rgb(112,232,228); }
div.DivClassName
{
background-color: #70E8E4;
}
.BgClassName
{
background-color: #70E8E4;
}
</style>
border-color css
<style>
span { border-color: #70E8E4; }
span { border-color: rgb(112,232,228); }
td.TdClassName
{
border-color: #70E8E4;
}
.TagClassName
{
border-color: #70E8E4;
}
</style>