Shades of Turquoise Blue #70ECDD
Tints of Turquoise Blue #70ECDD
RGB
CMYK
RGB Variations
Color information
#70ECDD (or 0x70ECDD) is known color: Turquoise Blue. HEX triplet: 70, EC and DD. RGB value is (112,236,221). Sum of RGB (Red+Green+Blue) = 112+236+221=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECDD is #8F1322. Grayscale: #C5C5C5. Windows color (decimal): -9376547 or 14543984. OLE color: 14543984.
HSL color Cylindrical-coordinate representation of color #70ECDD: hue angle of 172.74º 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 #70ECDD is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 221 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.07 |
| HSL | 172.74º | 0.77% | 0.68% | - |
| HSV(B) | 172.74º | 0.53% | 0.93% | - |
| XYZ | 49.73 | 68.66 | 79.04 | - |
| YUV | 197.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 221 | 0.53 | 0 | 0.06 | 0.07 | 172.74 | 0.77 | 0.68 |
| Hex | 70 | EC | DD | 35 | 0 | 6 | 7 | AD | 4D | 44 |
| Octal | 160 | 354 | 335 | 65 | 0 | 6 | 7 | 255 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11011101 | 110101 | 0 | 110 | 111 | 10101101 | 1001101 | 1000100 |
Color Harmonies of #70ECDD
Complementary color
Monochromatic Colors of #70ECDD
Black with #70ECDD
Text Example
Text Example
White with #70ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECDD; }
p { color: rgb(112,236,221); }
H1.HeaderClassName
{
color: #70ECDD;
}
.AnyTagClassName
{
color: #70ECDD;
}
</style>
background-color css
<style>
a { background-color: #70ECDD; }
a { background-color: rgb(112,236,221); }
div.DivClassName
{
background-color: #70ECDD;
}
.BgClassName
{
background-color: #70ECDD;
}
</style>
border-color css
<style>
span { border-color: #70ECDD; }
span { border-color: rgb(112,236,221); }
td.TdClassName
{
border-color: #70ECDD;
}
.TagClassName
{
border-color: #70ECDD;
}
</style>