Shades of Turquoise Blue #70EADE
Tints of Turquoise Blue #70EADE
RGB
CMYK
RGB Variations
Color information
#70EADE (or 0x70EADE) is known color: Turquoise Blue. HEX triplet: 70, EA and DE. RGB value is (112,234,222). Sum of RGB (Red+Green+Blue) = 112+234+222=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #70EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EADE is #8F1521. Grayscale: #C4C4C4. Windows color (decimal): -9377058 or 14609008. OLE color: 14609008.
HSL color Cylindrical-coordinate representation of color #70EADE: hue angle of 174.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EADE is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 222 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.08 |
| HSL | 174.1º | 0.74% | 0.68% | - |
| HSV(B) | 174.1º | 0.52% | 0.92% | - |
| XYZ | 49.29 | 67.56 | 79.55 | - |
| YUV | 196.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 222 | 0.52 | 0 | 0.05 | 0.08 | 174.1 | 0.74 | 0.68 |
| Hex | 70 | EA | DE | 34 | 0 | 5 | 8 | AE | 4A | 44 |
| Octal | 160 | 352 | 336 | 64 | 0 | 5 | 10 | 256 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11011110 | 110100 | 0 | 101 | 1000 | 10101110 | 1001010 | 1000100 |
Color Harmonies of #70EADE
Complementary color
Monochromatic Colors of #70EADE
Black with #70EADE
Text Example
Text Example
White with #70EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EADE; }
p { color: rgb(112,234,222); }
H1.HeaderClassName
{
color: #70EADE;
}
.AnyTagClassName
{
color: #70EADE;
}
</style>
background-color css
<style>
a { background-color: #70EADE; }
a { background-color: rgb(112,234,222); }
div.DivClassName
{
background-color: #70EADE;
}
.BgClassName
{
background-color: #70EADE;
}
</style>
border-color css
<style>
span { border-color: #70EADE; }
span { border-color: rgb(112,234,222); }
td.TdClassName
{
border-color: #70EADE;
}
.TagClassName
{
border-color: #70EADE;
}
</style>