Shades of Turquoise Blue #70E2D5
Tints of Turquoise Blue #70E2D5
RGB
CMYK
RGB Variations
Color information
#70E2D5 (or 0x70E2D5) is known color: Turquoise Blue. HEX triplet: 70, E2 and D5. RGB value is (112,226,213). Sum of RGB (Red+Green+Blue) = 112+226+213=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2D5 is #8F1D2A. Grayscale: #BEBEBE. Windows color (decimal): -9379115 or 14017136. OLE color: 14017136.
HSL color Cylindrical-coordinate representation of color #70E2D5: hue angle of 173.16º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E2D5 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 226 | 213 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.11 |
| HSL | 173.16º | 0.66% | 0.66% | - |
| HSV(B) | 173.16º | 0.5% | 0.89% | - |
| XYZ | 45.89 | 62.64 | 72.62 | - |
| YUV | 190.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 226 | 213 | 0.50 | 0 | 0.06 | 0.11 | 173.16 | 0.66 | 0.66 |
| Hex | 70 | E2 | D5 | 32 | 0 | 6 | B | AD | 42 | 42 |
| Octal | 160 | 342 | 325 | 62 | 0 | 6 | 13 | 255 | 102 | 102 |
| Binary | 1110000 | 11100010 | 11010101 | 110010 | 0 | 110 | 1011 | 10101101 | 1000010 | 1000010 |
Color Harmonies of #70E2D5
Complementary color
Monochromatic Colors of #70E2D5
Black with #70E2D5
Text Example
Text Example
White with #70E2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E2D5; }
p { color: rgb(112,226,213); }
H1.HeaderClassName
{
color: #70E2D5;
}
.AnyTagClassName
{
color: #70E2D5;
}
</style>
background-color css
<style>
a { background-color: #70E2D5; }
a { background-color: rgb(112,226,213); }
div.DivClassName
{
background-color: #70E2D5;
}
.BgClassName
{
background-color: #70E2D5;
}
</style>
border-color css
<style>
span { border-color: #70E2D5; }
span { border-color: rgb(112,226,213); }
td.TdClassName
{
border-color: #70E2D5;
}
.TagClassName
{
border-color: #70E2D5;
}
</style>