Shades of Turquoise Blue #70EADF
Tints of Turquoise Blue #70EADF
RGB
CMYK
RGB Variations
Color information
#70EADF (or 0x70EADF) is known color: Turquoise Blue. HEX triplet: 70, EA and DF. RGB value is (112,234,223). Sum of RGB (Red+Green+Blue) = 112+234+223=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #70EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EADF is #8F1520. Grayscale: #C4C4C4. Windows color (decimal): -9377057 or 14674544. OLE color: 14674544.
HSL color Cylindrical-coordinate representation of color #70EADF: hue angle of 174.59º 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 #70EADF is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 223 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.08 |
| HSL | 174.59º | 0.74% | 0.68% | - |
| HSV(B) | 174.59º | 0.52% | 0.92% | - |
| XYZ | 49.42 | 67.62 | 80.26 | - |
| YUV | 196.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 223 | 0.52 | 0 | 0.05 | 0.08 | 174.59 | 0.74 | 0.68 |
| Hex | 70 | EA | DF | 34 | 0 | 5 | 8 | AF | 4A | 44 |
| Octal | 160 | 352 | 337 | 64 | 0 | 5 | 10 | 257 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11011111 | 110100 | 0 | 101 | 1000 | 10101111 | 1001010 | 1000100 |
Color Harmonies of #70EADF
Complementary color
Monochromatic Colors of #70EADF
Black with #70EADF
Text Example
Text Example
White with #70EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EADF; }
p { color: rgb(112,234,223); }
H1.HeaderClassName
{
color: #70EADF;
}
.AnyTagClassName
{
color: #70EADF;
}
</style>
background-color css
<style>
a { background-color: #70EADF; }
a { background-color: rgb(112,234,223); }
div.DivClassName
{
background-color: #70EADF;
}
.BgClassName
{
background-color: #70EADF;
}
</style>
border-color css
<style>
span { border-color: #70EADF; }
span { border-color: rgb(112,234,223); }
td.TdClassName
{
border-color: #70EADF;
}
.TagClassName
{
border-color: #70EADF;
}
</style>