Shades of Turquoise Blue #70ECED
Tints of Turquoise Blue #70ECED
RGB
CMYK
RGB Variations
Color information
#70ECED (or 0x70ECED) is known color: Turquoise Blue. HEX triplet: 70, EC and ED. RGB value is (112,236,237). Sum of RGB (Red+Green+Blue) = 112+236+237=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #70ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECED is #8F1312. Grayscale: #C6C6C6. Windows color (decimal): -9376531 or 15592560. OLE color: 15592560.
HSL color Cylindrical-coordinate representation of color #70ECED: hue angle of 180.48º degrees, saturation: 0.78, 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 #70ECED is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 237 | - |
| CMYK | 0.53 | 0.00 | 0 | 0.07 |
| HSL | 180.48º | 0.78% | 0.68% | - |
| HSV(B) | 180.48º | 0.53% | 0.93% | - |
| XYZ | 51.96 | 69.55 | 90.81 | - |
| YUV | 199.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 237 | 0.53 | 0.00 | 0 | 0.07 | 180.48 | 0.78 | 0.68 |
| Hex | 70 | EC | ED | 35 | 0 | 0 | 7 | B4 | 4E | 44 |
| Octal | 160 | 354 | 355 | 65 | 0 | 0 | 7 | 264 | 116 | 104 |
| Binary | 1110000 | 11101100 | 11101101 | 110101 | 0 | 0 | 111 | 10110100 | 1001110 | 1000100 |
Color Harmonies of #70ECED
Complementary color
Monochromatic Colors of #70ECED
Black with #70ECED
Text Example
Text Example
White with #70ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECED; }
p { color: rgb(112,236,237); }
H1.HeaderClassName
{
color: #70ECED;
}
.AnyTagClassName
{
color: #70ECED;
}
</style>
background-color css
<style>
a { background-color: #70ECED; }
a { background-color: rgb(112,236,237); }
div.DivClassName
{
background-color: #70ECED;
}
.BgClassName
{
background-color: #70ECED;
}
</style>
border-color css
<style>
span { border-color: #70ECED; }
span { border-color: rgb(112,236,237); }
td.TdClassName
{
border-color: #70ECED;
}
.TagClassName
{
border-color: #70ECED;
}
</style>