Shades of Turquoise Blue #70E8F0
Tints of Turquoise Blue #70E8F0
RGB
CMYK
RGB Variations
Color information
#70E8F0 (or 0x70E8F0) is known color: Turquoise Blue. HEX triplet: 70, E8 and F0. RGB value is (112,232,240). Sum of RGB (Red+Green+Blue) = 112+232+240=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #70E8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E8F0 is #8F170F. Grayscale: #C4C4C4. Windows color (decimal): -9377552 or 15788144. OLE color: 15788144.
HSL color Cylindrical-coordinate representation of color #70E8F0: hue angle of 183.75º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70E8F0 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 232 | 240 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.06 |
| HSL | 183.75º | 0.81% | 0.69% | - |
| HSV(B) | 183.75º | 0.53% | 0.94% | - |
| XYZ | 51.27 | 67.45 | 92.76 | - |
| YUV | 197.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 240 | 0.53 | 0.03 | 0 | 0.06 | 183.75 | 0.81 | 0.69 |
| Hex | 70 | E8 | F0 | 35 | 3 | 0 | 6 | B8 | 51 | 45 |
| Octal | 160 | 350 | 360 | 65 | 3 | 0 | 6 | 270 | 121 | 105 |
| Binary | 1110000 | 11101000 | 11110000 | 110101 | 11 | 0 | 110 | 10111000 | 1010001 | 1000101 |
Color Harmonies of #70E8F0
Complementary color
Monochromatic Colors of #70E8F0
Black with #70E8F0
Text Example
Text Example
White with #70E8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8F0; }
p { color: rgb(112,232,240); }
H1.HeaderClassName
{
color: #70E8F0;
}
.AnyTagClassName
{
color: #70E8F0;
}
</style>
background-color css
<style>
a { background-color: #70E8F0; }
a { background-color: rgb(112,232,240); }
div.DivClassName
{
background-color: #70E8F0;
}
.BgClassName
{
background-color: #70E8F0;
}
</style>
border-color css
<style>
span { border-color: #70E8F0; }
span { border-color: rgb(112,232,240); }
td.TdClassName
{
border-color: #70E8F0;
}
.TagClassName
{
border-color: #70E8F0;
}
</style>