Shades of Turquoise Blue #70EBE8
Tints of Turquoise Blue #70EBE8
RGB
CMYK
RGB Variations
Color information
#70EBE8 (or 0x70EBE8) is known color: Turquoise Blue. HEX triplet: 70, EB and E8. RGB value is (112,235,232). Sum of RGB (Red+Green+Blue) = 112+235+232=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EBE8 is #8F1417. Grayscale: #C5C5C5. Windows color (decimal): -9376792 or 15264624. OLE color: 15264624.
HSL color Cylindrical-coordinate representation of color #70EBE8: hue angle of 178.54º 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 #70EBE8 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 232 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.08 |
| HSL | 178.54º | 0.75% | 0.68% | - |
| HSV(B) | 178.54º | 0.52% | 0.92% | - |
| XYZ | 50.96 | 68.69 | 86.92 | - |
| YUV | 197.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 232 | 0.52 | 0 | 0.01 | 0.08 | 178.54 | 0.75 | 0.68 |
| Hex | 70 | EB | E8 | 34 | 0 | 1 | 8 | B3 | 4B | 44 |
| Octal | 160 | 353 | 350 | 64 | 0 | 1 | 10 | 263 | 113 | 104 |
| Binary | 1110000 | 11101011 | 11101000 | 110100 | 0 | 1 | 1000 | 10110011 | 1001011 | 1000100 |
Color Harmonies of #70EBE8
Complementary color
Monochromatic Colors of #70EBE8
Black with #70EBE8
Text Example
Text Example
White with #70EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBE8; }
p { color: rgb(112,235,232); }
H1.HeaderClassName
{
color: #70EBE8;
}
.AnyTagClassName
{
color: #70EBE8;
}
</style>
background-color css
<style>
a { background-color: #70EBE8; }
a { background-color: rgb(112,235,232); }
div.DivClassName
{
background-color: #70EBE8;
}
.BgClassName
{
background-color: #70EBE8;
}
</style>
border-color css
<style>
span { border-color: #70EBE8; }
span { border-color: rgb(112,235,232); }
td.TdClassName
{
border-color: #70EBE8;
}
.TagClassName
{
border-color: #70EBE8;
}
</style>