Shades of Turquoise Blue #70ECE2
Tints of Turquoise Blue #70ECE2
RGB
CMYK
RGB Variations
Color information
#70ECE2 (or 0x70ECE2) is known color: Turquoise Blue. HEX triplet: 70, EC and E2. RGB value is (112,236,226). Sum of RGB (Red+Green+Blue) = 112+236+226=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECE2 is #8F131D. Grayscale: #C5C5C5. Windows color (decimal): -9376542 or 14871664. OLE color: 14871664.
HSL color Cylindrical-coordinate representation of color #70ECE2: hue angle of 175.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECE2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 226 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.07 |
| HSL | 175.16º | 0.77% | 0.68% | - |
| HSV(B) | 175.16º | 0.53% | 0.93% | - |
| XYZ | 50.41 | 68.93 | 82.6 | - |
| YUV | 197.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 226 | 0.53 | 0 | 0.04 | 0.07 | 175.16 | 0.77 | 0.68 |
| Hex | 70 | EC | E2 | 35 | 0 | 4 | 7 | AF | 4D | 44 |
| Octal | 160 | 354 | 342 | 65 | 0 | 4 | 7 | 257 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11100010 | 110101 | 0 | 100 | 111 | 10101111 | 1001101 | 1000100 |
Color Harmonies of #70ECE2
Complementary color
Monochromatic Colors of #70ECE2
Black with #70ECE2
Text Example
Text Example
White with #70ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECE2; }
p { color: rgb(112,236,226); }
H1.HeaderClassName
{
color: #70ECE2;
}
.AnyTagClassName
{
color: #70ECE2;
}
</style>
background-color css
<style>
a { background-color: #70ECE2; }
a { background-color: rgb(112,236,226); }
div.DivClassName
{
background-color: #70ECE2;
}
.BgClassName
{
background-color: #70ECE2;
}
</style>
border-color css
<style>
span { border-color: #70ECE2; }
span { border-color: rgb(112,236,226); }
td.TdClassName
{
border-color: #70ECE2;
}
.TagClassName
{
border-color: #70ECE2;
}
</style>