Shades of Turquoise Blue #70E8DD
Tints of Turquoise Blue #70E8DD
RGB
CMYK
RGB Variations
Color information
#70E8DD (or 0x70E8DD) is known color: Turquoise Blue. HEX triplet: 70, E8 and DD. RGB value is (112,232,221). Sum of RGB (Red+Green+Blue) = 112+232+221=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8DD is #8F1722. Grayscale: #C2C2C2. Windows color (decimal): -9377571 or 14542960. OLE color: 14542960.
HSL color Cylindrical-coordinate representation of color #70E8DD: hue angle of 174.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8DD is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 221 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.09 |
| HSL | 174.5º | 0.72% | 0.67% | - |
| HSV(B) | 174.5º | 0.52% | 0.91% | - |
| XYZ | 48.59 | 66.38 | 78.66 | - |
| YUV | 194.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 221 | 0.52 | 0 | 0.05 | 0.09 | 174.5 | 0.72 | 0.67 |
| Hex | 70 | E8 | DD | 34 | 0 | 5 | 9 | AE | 48 | 43 |
| Octal | 160 | 350 | 335 | 64 | 0 | 5 | 11 | 256 | 110 | 103 |
| Binary | 1110000 | 11101000 | 11011101 | 110100 | 0 | 101 | 1001 | 10101110 | 1001000 | 1000011 |
Color Harmonies of #70E8DD
Complementary color
Monochromatic Colors of #70E8DD
Black with #70E8DD
Text Example
Text Example
White with #70E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8DD; }
p { color: rgb(112,232,221); }
H1.HeaderClassName
{
color: #70E8DD;
}
.AnyTagClassName
{
color: #70E8DD;
}
</style>
background-color css
<style>
a { background-color: #70E8DD; }
a { background-color: rgb(112,232,221); }
div.DivClassName
{
background-color: #70E8DD;
}
.BgClassName
{
background-color: #70E8DD;
}
</style>
border-color css
<style>
span { border-color: #70E8DD; }
span { border-color: rgb(112,232,221); }
td.TdClassName
{
border-color: #70E8DD;
}
.TagClassName
{
border-color: #70E8DD;
}
</style>