Shades of Turquoise Blue #70EFEB
Tints of Turquoise Blue #70EFEB
RGB
CMYK
RGB Variations
Color information
#70EFEB (or 0x70EFEB) is known color: Turquoise Blue. HEX triplet: 70, EF and EB. RGB value is (112,239,235). Sum of RGB (Red+Green+Blue) = 112+239+235=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFEB is #8F1014. Grayscale: #C8C8C8. Windows color (decimal): -9375765 or 15462256. OLE color: 15462256.
HSL color Cylindrical-coordinate representation of color #70EFEB: hue angle of 178.11º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFEB is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 235 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.06 |
| HSL | 178.11º | 0.8% | 0.69% | - |
| HSV(B) | 178.11º | 0.53% | 0.94% | - |
| XYZ | 52.54 | 71.18 | 89.57 | - |
| YUV | 200.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 235 | 0.53 | 0 | 0.02 | 0.06 | 178.11 | 0.8 | 0.69 |
| Hex | 70 | EF | EB | 35 | 0 | 2 | 6 | B2 | 50 | 45 |
| Octal | 160 | 357 | 353 | 65 | 0 | 2 | 6 | 262 | 120 | 105 |
| Binary | 1110000 | 11101111 | 11101011 | 110101 | 0 | 10 | 110 | 10110010 | 1010000 | 1000101 |
Color Harmonies of #70EFEB
Complementary color
Monochromatic Colors of #70EFEB
Black with #70EFEB
Text Example
Text Example
White with #70EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFEB; }
p { color: rgb(112,239,235); }
H1.HeaderClassName
{
color: #70EFEB;
}
.AnyTagClassName
{
color: #70EFEB;
}
</style>
background-color css
<style>
a { background-color: #70EFEB; }
a { background-color: rgb(112,239,235); }
div.DivClassName
{
background-color: #70EFEB;
}
.BgClassName
{
background-color: #70EFEB;
}
</style>
border-color css
<style>
span { border-color: #70EFEB; }
span { border-color: rgb(112,239,235); }
td.TdClassName
{
border-color: #70EFEB;
}
.TagClassName
{
border-color: #70EFEB;
}
</style>