Shades of Turquoise Blue #70ECF0
Tints of Turquoise Blue #70ECF0
RGB
CMYK
RGB Variations
Color information
#70ECF0 (or 0x70ECF0) is known color: Turquoise Blue. HEX triplet: 70, EC and F0. RGB value is (112,236,240). Sum of RGB (Red+Green+Blue) = 112+236+240=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #70ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECF0 is #8F130F. Grayscale: #C7C7C7. Windows color (decimal): -9376528 or 15789168. OLE color: 15789168.
HSL color Cylindrical-coordinate representation of color #70ECF0: hue angle of 181.88º 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 #70ECF0 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 236 | 240 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.06 |
| HSL | 181.88º | 0.81% | 0.69% | - |
| HSV(B) | 181.88º | 0.53% | 0.94% | - |
| XYZ | 52.41 | 69.73 | 93.13 | - |
| YUV | 199.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 240 | 0.53 | 0.02 | 0 | 0.06 | 181.88 | 0.81 | 0.69 |
| Hex | 70 | EC | F0 | 35 | 2 | 0 | 6 | B6 | 51 | 45 |
| Octal | 160 | 354 | 360 | 65 | 2 | 0 | 6 | 266 | 121 | 105 |
| Binary | 1110000 | 11101100 | 11110000 | 110101 | 10 | 0 | 110 | 10110110 | 1010001 | 1000101 |
Color Harmonies of #70ECF0
Complementary color
Monochromatic Colors of #70ECF0
Black with #70ECF0
Text Example
Text Example
White with #70ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECF0; }
p { color: rgb(112,236,240); }
H1.HeaderClassName
{
color: #70ECF0;
}
.AnyTagClassName
{
color: #70ECF0;
}
</style>
background-color css
<style>
a { background-color: #70ECF0; }
a { background-color: rgb(112,236,240); }
div.DivClassName
{
background-color: #70ECF0;
}
.BgClassName
{
background-color: #70ECF0;
}
</style>
border-color css
<style>
span { border-color: #70ECF0; }
span { border-color: rgb(112,236,240); }
td.TdClassName
{
border-color: #70ECF0;
}
.TagClassName
{
border-color: #70ECF0;
}
</style>