Shades of Turquoise Blue #70EDDD
Tints of Turquoise Blue #70EDDD
RGB
CMYK
RGB Variations
Color information
#70EDDD (or 0x70EDDD) is known color: Turquoise Blue. HEX triplet: 70, ED and DD. RGB value is (112,237,221). Sum of RGB (Red+Green+Blue) = 112+237+221=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDDD is #8F1222. Grayscale: #C5C5C5. Windows color (decimal): -9376291 or 14544240. OLE color: 14544240.
HSL color Cylindrical-coordinate representation of color #70EDDD: hue angle of 172.32º 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 #70EDDD is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 221 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.07 |
| HSL | 172.32º | 0.78% | 0.68% | - |
| HSV(B) | 172.32º | 0.53% | 0.93% | - |
| XYZ | 50.02 | 69.23 | 79.13 | - |
| YUV | 197.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 221 | 0.53 | 0 | 0.07 | 0.07 | 172.32 | 0.78 | 0.68 |
| Hex | 70 | ED | DD | 35 | 0 | 7 | 7 | AC | 4E | 44 |
| Octal | 160 | 355 | 335 | 65 | 0 | 7 | 7 | 254 | 116 | 104 |
| Binary | 1110000 | 11101101 | 11011101 | 110101 | 0 | 111 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #70EDDD
Complementary color
Monochromatic Colors of #70EDDD
Black with #70EDDD
Text Example
Text Example
White with #70EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDDD; }
p { color: rgb(112,237,221); }
H1.HeaderClassName
{
color: #70EDDD;
}
.AnyTagClassName
{
color: #70EDDD;
}
</style>
background-color css
<style>
a { background-color: #70EDDD; }
a { background-color: rgb(112,237,221); }
div.DivClassName
{
background-color: #70EDDD;
}
.BgClassName
{
background-color: #70EDDD;
}
</style>
border-color css
<style>
span { border-color: #70EDDD; }
span { border-color: rgb(112,237,221); }
td.TdClassName
{
border-color: #70EDDD;
}
.TagClassName
{
border-color: #70EDDD;
}
</style>