Shades of Turquoise Blue #70E3DD
Tints of Turquoise Blue #70E3DD
RGB
CMYK
RGB Variations
Color information
#70E3DD (or 0x70E3DD) is known color: Turquoise Blue. HEX triplet: 70, E3 and DD. RGB value is (112,227,221). Sum of RGB (Red+Green+Blue) = 112+227+221=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3DD is #8F1C22. Grayscale: #BFBFBF. Windows color (decimal): -9378851 or 14541680. OLE color: 14541680.
HSL color Cylindrical-coordinate representation of color #70E3DD: hue angle of 176.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3DD is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 221 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.11 |
| HSL | 176.87º | 0.67% | 0.66% | - |
| HSV(B) | 176.87º | 0.51% | 0.89% | - |
| XYZ | 47.2 | 63.6 | 78.2 | - |
| YUV | 191.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 221 | 0.51 | 0 | 0.03 | 0.11 | 176.87 | 0.67 | 0.66 |
| Hex | 70 | E3 | DD | 33 | 0 | 3 | B | B1 | 43 | 42 |
| Octal | 160 | 343 | 335 | 63 | 0 | 3 | 13 | 261 | 103 | 102 |
| Binary | 1110000 | 11100011 | 11011101 | 110011 | 0 | 11 | 1011 | 10110001 | 1000011 | 1000010 |
Color Harmonies of #70E3DD
Complementary color
Monochromatic Colors of #70E3DD
Black with #70E3DD
Text Example
Text Example
White with #70E3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3DD; }
p { color: rgb(112,227,221); }
H1.HeaderClassName
{
color: #70E3DD;
}
.AnyTagClassName
{
color: #70E3DD;
}
</style>
background-color css
<style>
a { background-color: #70E3DD; }
a { background-color: rgb(112,227,221); }
div.DivClassName
{
background-color: #70E3DD;
}
.BgClassName
{
background-color: #70E3DD;
}
</style>
border-color css
<style>
span { border-color: #70E3DD; }
span { border-color: rgb(112,227,221); }
td.TdClassName
{
border-color: #70E3DD;
}
.TagClassName
{
border-color: #70E3DD;
}
</style>