Shades of Turquoise Blue #70ECE6
Tints of Turquoise Blue #70ECE6
RGB
CMYK
RGB Variations
Color information
#70ECE6 (or 0x70ECE6) is known color: Turquoise Blue. HEX triplet: 70, EC and E6. RGB value is (112,236,230). Sum of RGB (Red+Green+Blue) = 112+236+230=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECE6 is #8F1319. Grayscale: #C6C6C6. Windows color (decimal): -9376538 or 15133808. OLE color: 15133808.
HSL color Cylindrical-coordinate representation of color #70ECE6: hue angle of 177.1º 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 #70ECE6 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 230 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.07 |
| HSL | 177.1º | 0.77% | 0.68% | - |
| HSV(B) | 177.1º | 0.53% | 0.93% | - |
| XYZ | 50.96 | 69.15 | 85.52 | - |
| YUV | 198.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 230 | 0.53 | 0 | 0.03 | 0.07 | 177.1 | 0.77 | 0.68 |
| Hex | 70 | EC | E6 | 35 | 0 | 3 | 7 | B1 | 4D | 44 |
| Octal | 160 | 354 | 346 | 65 | 0 | 3 | 7 | 261 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11100110 | 110101 | 0 | 11 | 111 | 10110001 | 1001101 | 1000100 |
Color Harmonies of #70ECE6
Complementary color
Monochromatic Colors of #70ECE6
Black with #70ECE6
Text Example
Text Example
White with #70ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECE6; }
p { color: rgb(112,236,230); }
H1.HeaderClassName
{
color: #70ECE6;
}
.AnyTagClassName
{
color: #70ECE6;
}
</style>
background-color css
<style>
a { background-color: #70ECE6; }
a { background-color: rgb(112,236,230); }
div.DivClassName
{
background-color: #70ECE6;
}
.BgClassName
{
background-color: #70ECE6;
}
</style>
border-color css
<style>
span { border-color: #70ECE6; }
span { border-color: rgb(112,236,230); }
td.TdClassName
{
border-color: #70ECE6;
}
.TagClassName
{
border-color: #70ECE6;
}
</style>