Shades of Turquoise Blue #70ECDF
Tints of Turquoise Blue #70ECDF
RGB
CMYK
RGB Variations
Color information
#70ECDF (or 0x70ECDF) is known color: Turquoise Blue. HEX triplet: 70, EC and DF. RGB value is (112,236,223). Sum of RGB (Red+Green+Blue) = 112+236+223=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECDF is #8F1320. Grayscale: #C5C5C5. Windows color (decimal): -9376545 or 14675056. OLE color: 14675056.
HSL color Cylindrical-coordinate representation of color #70ECDF: hue angle of 173.71º 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 #70ECDF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 223 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.07 |
| HSL | 173.71º | 0.77% | 0.68% | - |
| HSV(B) | 173.71º | 0.53% | 0.93% | - |
| XYZ | 50 | 68.76 | 80.45 | - |
| YUV | 197.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 223 | 0.53 | 0 | 0.06 | 0.07 | 173.71 | 0.77 | 0.68 |
| Hex | 70 | EC | DF | 35 | 0 | 6 | 7 | AE | 4D | 44 |
| Octal | 160 | 354 | 337 | 65 | 0 | 6 | 7 | 256 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11011111 | 110101 | 0 | 110 | 111 | 10101110 | 1001101 | 1000100 |
Color Harmonies of #70ECDF
Complementary color
Monochromatic Colors of #70ECDF
Black with #70ECDF
Text Example
Text Example
White with #70ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECDF; }
p { color: rgb(112,236,223); }
H1.HeaderClassName
{
color: #70ECDF;
}
.AnyTagClassName
{
color: #70ECDF;
}
</style>
background-color css
<style>
a { background-color: #70ECDF; }
a { background-color: rgb(112,236,223); }
div.DivClassName
{
background-color: #70ECDF;
}
.BgClassName
{
background-color: #70ECDF;
}
</style>
border-color css
<style>
span { border-color: #70ECDF; }
span { border-color: rgb(112,236,223); }
td.TdClassName
{
border-color: #70ECDF;
}
.TagClassName
{
border-color: #70ECDF;
}
</style>