Shades of Turquoise Blue #70E9DA
Tints of Turquoise Blue #70E9DA
RGB
CMYK
RGB Variations
Color information
#70E9DA (or 0x70E9DA) is known color: Turquoise Blue. HEX triplet: 70, E9 and DA. RGB value is (112,233,218). Sum of RGB (Red+Green+Blue) = 112+233+218=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9DA is #8F1625. Grayscale: #C3C3C3. Windows color (decimal): -9377318 or 14346608. OLE color: 14346608.
HSL color Cylindrical-coordinate representation of color #70E9DA: hue angle of 172.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9DA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 218 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.09 |
| HSL | 172.56º | 0.73% | 0.68% | - |
| HSV(B) | 172.56º | 0.52% | 0.91% | - |
| XYZ | 48.48 | 66.78 | 76.67 | - |
| YUV | 195.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 218 | 0.52 | 0 | 0.06 | 0.09 | 172.56 | 0.73 | 0.68 |
| Hex | 70 | E9 | DA | 34 | 0 | 6 | 9 | AD | 49 | 44 |
| Octal | 160 | 351 | 332 | 64 | 0 | 6 | 11 | 255 | 111 | 104 |
| Binary | 1110000 | 11101001 | 11011010 | 110100 | 0 | 110 | 1001 | 10101101 | 1001001 | 1000100 |
Color Harmonies of #70E9DA
Complementary color
Monochromatic Colors of #70E9DA
Black with #70E9DA
Text Example
Text Example
White with #70E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9DA; }
p { color: rgb(112,233,218); }
H1.HeaderClassName
{
color: #70E9DA;
}
.AnyTagClassName
{
color: #70E9DA;
}
</style>
background-color css
<style>
a { background-color: #70E9DA; }
a { background-color: rgb(112,233,218); }
div.DivClassName
{
background-color: #70E9DA;
}
.BgClassName
{
background-color: #70E9DA;
}
</style>
border-color css
<style>
span { border-color: #70E9DA; }
span { border-color: rgb(112,233,218); }
td.TdClassName
{
border-color: #70E9DA;
}
.TagClassName
{
border-color: #70E9DA;
}
</style>