Shades of Turquoise Blue #70E3D7
Tints of Turquoise Blue #70E3D7
RGB
CMYK
RGB Variations
Color information
#70E3D7 (or 0x70E3D7) is known color: Turquoise Blue. HEX triplet: 70, E3 and D7. RGB value is (112,227,215). Sum of RGB (Red+Green+Blue) = 112+227+215=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3D7 is #8F1C28. Grayscale: #BFBFBF. Windows color (decimal): -9378857 or 14148464. OLE color: 14148464.
HSL color Cylindrical-coordinate representation of color #70E3D7: hue angle of 173.74º 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 #70E3D7 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 215 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.11 |
| HSL | 173.74º | 0.67% | 0.66% | - |
| HSV(B) | 173.74º | 0.51% | 0.89% | - |
| XYZ | 46.42 | 63.29 | 74.06 | - |
| YUV | 191.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 215 | 0.51 | 0 | 0.05 | 0.11 | 173.74 | 0.67 | 0.66 |
| Hex | 70 | E3 | D7 | 33 | 0 | 5 | B | AE | 43 | 42 |
| Octal | 160 | 343 | 327 | 63 | 0 | 5 | 13 | 256 | 103 | 102 |
| Binary | 1110000 | 11100011 | 11010111 | 110011 | 0 | 101 | 1011 | 10101110 | 1000011 | 1000010 |
Color Harmonies of #70E3D7
Complementary color
Monochromatic Colors of #70E3D7
Black with #70E3D7
Text Example
Text Example
White with #70E3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3D7; }
p { color: rgb(112,227,215); }
H1.HeaderClassName
{
color: #70E3D7;
}
.AnyTagClassName
{
color: #70E3D7;
}
</style>
background-color css
<style>
a { background-color: #70E3D7; }
a { background-color: rgb(112,227,215); }
div.DivClassName
{
background-color: #70E3D7;
}
.BgClassName
{
background-color: #70E3D7;
}
</style>
border-color css
<style>
span { border-color: #70E3D7; }
span { border-color: rgb(112,227,215); }
td.TdClassName
{
border-color: #70E3D7;
}
.TagClassName
{
border-color: #70E3D7;
}
</style>