Shades of Turquoise Blue #70E0E8
Tints of Turquoise Blue #70E0E8
RGB
CMYK
RGB Variations
Color information
#70E0E8 (or 0x70E0E8) is known color: Turquoise Blue. HEX triplet: 70, E0 and E8. RGB value is (112,224,232). Sum of RGB (Red+Green+Blue) = 112+224+232=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #70E0E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E0E8 is #8F1F17. Grayscale: #BFBFBF. Windows color (decimal): -9379608 or 15261808. OLE color: 15261808.
HSL color Cylindrical-coordinate representation of color #70E0E8: hue angle of 184º 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 #70E0E8 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 224 | 232 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.09 |
| HSL | 184º | 0.72% | 0.67% | - |
| HSV(B) | 184º | 0.52% | 0.91% | - |
| XYZ | 47.9 | 62.58 | 85.9 | - |
| YUV | 191.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 232 | 0.52 | 0.03 | 0 | 0.09 | 184 | 0.72 | 0.67 |
| Hex | 70 | E0 | E8 | 34 | 3 | 0 | 9 | B8 | 48 | 43 |
| Octal | 160 | 340 | 350 | 64 | 3 | 0 | 11 | 270 | 110 | 103 |
| Binary | 1110000 | 11100000 | 11101000 | 110100 | 11 | 0 | 1001 | 10111000 | 1001000 | 1000011 |
Color Harmonies of #70E0E8
Complementary color
Monochromatic Colors of #70E0E8
Black with #70E0E8
Text Example
Text Example
White with #70E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E0E8; }
p { color: rgb(112,224,232); }
H1.HeaderClassName
{
color: #70E0E8;
}
.AnyTagClassName
{
color: #70E0E8;
}
</style>
background-color css
<style>
a { background-color: #70E0E8; }
a { background-color: rgb(112,224,232); }
div.DivClassName
{
background-color: #70E0E8;
}
.BgClassName
{
background-color: #70E0E8;
}
</style>
border-color css
<style>
span { border-color: #70E0E8; }
span { border-color: rgb(112,224,232); }
td.TdClassName
{
border-color: #70E0E8;
}
.TagClassName
{
border-color: #70E0E8;
}
</style>