Shades of Turquoise Blue #70EDE1
Tints of Turquoise Blue #70EDE1
RGB
CMYK
RGB Variations
Color information
#70EDE1 (or 0x70EDE1) is known color: Turquoise Blue. HEX triplet: 70, ED and E1. RGB value is (112,237,225). Sum of RGB (Red+Green+Blue) = 112+237+225=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDE1 is #8F121E. Grayscale: #C6C6C6. Windows color (decimal): -9376287 or 14806384. OLE color: 14806384.
HSL color Cylindrical-coordinate representation of color #70EDE1: hue angle of 174.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDE1 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 225 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.07 |
| HSL | 174.24º | 0.78% | 0.68% | - |
| HSV(B) | 174.24º | 0.53% | 0.93% | - |
| XYZ | 50.56 | 69.45 | 81.97 | - |
| YUV | 198.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 225 | 0.53 | 0 | 0.05 | 0.07 | 174.24 | 0.78 | 0.68 |
| Hex | 70 | ED | E1 | 35 | 0 | 5 | 7 | AE | 4E | 44 |
| Octal | 160 | 355 | 341 | 65 | 0 | 5 | 7 | 256 | 116 | 104 |
| Binary | 1110000 | 11101101 | 11100001 | 110101 | 0 | 101 | 111 | 10101110 | 1001110 | 1000100 |
Color Harmonies of #70EDE1
Complementary color
Monochromatic Colors of #70EDE1
Black with #70EDE1
Text Example
Text Example
White with #70EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDE1; }
p { color: rgb(112,237,225); }
H1.HeaderClassName
{
color: #70EDE1;
}
.AnyTagClassName
{
color: #70EDE1;
}
</style>
background-color css
<style>
a { background-color: #70EDE1; }
a { background-color: rgb(112,237,225); }
div.DivClassName
{
background-color: #70EDE1;
}
.BgClassName
{
background-color: #70EDE1;
}
</style>
border-color css
<style>
span { border-color: #70EDE1; }
span { border-color: rgb(112,237,225); }
td.TdClassName
{
border-color: #70EDE1;
}
.TagClassName
{
border-color: #70EDE1;
}
</style>