Shades of Turquoise Blue #70EBDC
Tints of Turquoise Blue #70EBDC
RGB
CMYK
RGB Variations
Color information
#70EBDC (or 0x70EBDC) is known color: Turquoise Blue. HEX triplet: 70, EB and DC. RGB value is (112,235,220). Sum of RGB (Red+Green+Blue) = 112+235+220=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBDC is #8F1423. Grayscale: #C4C4C4. Windows color (decimal): -9376804 or 14478192. OLE color: 14478192.
HSL color Cylindrical-coordinate representation of color #70EBDC: hue angle of 172.68º degrees, saturation: 0.75, 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 #70EBDC is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 220 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.08 |
| HSL | 172.68º | 0.75% | 0.68% | - |
| HSV(B) | 172.68º | 0.52% | 0.92% | - |
| XYZ | 49.31 | 68.03 | 78.24 | - |
| YUV | 196.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 220 | 0.52 | 0 | 0.06 | 0.08 | 172.68 | 0.75 | 0.68 |
| Hex | 70 | EB | DC | 34 | 0 | 6 | 8 | AD | 4B | 44 |
| Octal | 160 | 353 | 334 | 64 | 0 | 6 | 10 | 255 | 113 | 104 |
| Binary | 1110000 | 11101011 | 11011100 | 110100 | 0 | 110 | 1000 | 10101101 | 1001011 | 1000100 |
Color Harmonies of #70EBDC
Complementary color
Monochromatic Colors of #70EBDC
Black with #70EBDC
Text Example
Text Example
White with #70EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBDC; }
p { color: rgb(112,235,220); }
H1.HeaderClassName
{
color: #70EBDC;
}
.AnyTagClassName
{
color: #70EBDC;
}
</style>
background-color css
<style>
a { background-color: #70EBDC; }
a { background-color: rgb(112,235,220); }
div.DivClassName
{
background-color: #70EBDC;
}
.BgClassName
{
background-color: #70EBDC;
}
</style>
border-color css
<style>
span { border-color: #70EBDC; }
span { border-color: rgb(112,235,220); }
td.TdClassName
{
border-color: #70EBDC;
}
.TagClassName
{
border-color: #70EBDC;
}
</style>