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