Shades of Turquoise Blue #70E5DA
Tints of Turquoise Blue #70E5DA
RGB
CMYK
RGB Variations
Color information
#70E5DA (or 0x70E5DA) is known color: Turquoise Blue. HEX triplet: 70, E5 and DA. RGB value is (112,229,218). Sum of RGB (Red+Green+Blue) = 112+229+218=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E5DA is #8F1A25. Grayscale: #C0C0C0. Windows color (decimal): -9378342 or 14345584. OLE color: 14345584.
HSL color Cylindrical-coordinate representation of color #70E5DA: hue angle of 174.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E5DA is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 218 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.10 |
| HSL | 174.36º | 0.69% | 0.67% | - |
| HSV(B) | 174.36º | 0.51% | 0.9% | - |
| XYZ | 47.36 | 64.55 | 76.29 | - |
| YUV | 192.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 218 | 0.51 | 0 | 0.05 | 0.10 | 174.36 | 0.69 | 0.67 |
| Hex | 70 | E5 | DA | 33 | 0 | 5 | A | AE | 45 | 43 |
| Octal | 160 | 345 | 332 | 63 | 0 | 5 | 12 | 256 | 105 | 103 |
| Binary | 1110000 | 11100101 | 11011010 | 110011 | 0 | 101 | 1010 | 10101110 | 1000101 | 1000011 |
Color Harmonies of #70E5DA
Complementary color
Monochromatic Colors of #70E5DA
Black with #70E5DA
Text Example
Text Example
White with #70E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E5DA; }
p { color: rgb(112,229,218); }
H1.HeaderClassName
{
color: #70E5DA;
}
.AnyTagClassName
{
color: #70E5DA;
}
</style>
background-color css
<style>
a { background-color: #70E5DA; }
a { background-color: rgb(112,229,218); }
div.DivClassName
{
background-color: #70E5DA;
}
.BgClassName
{
background-color: #70E5DA;
}
</style>
border-color css
<style>
span { border-color: #70E5DA; }
span { border-color: rgb(112,229,218); }
td.TdClassName
{
border-color: #70E5DA;
}
.TagClassName
{
border-color: #70E5DA;
}
</style>