Shades of Turquoise Blue #70EBED
Tints of Turquoise Blue #70EBED
RGB
CMYK
RGB Variations
Color information
#70EBED (or 0x70EBED) is known color: Turquoise Blue. HEX triplet: 70, EB and ED. RGB value is (112,235,237). Sum of RGB (Red+Green+Blue) = 112+235+237=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #70EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EBED is #8F1412. Grayscale: #C6C6C6. Windows color (decimal): -9376787 or 15592304. OLE color: 15592304.
HSL color Cylindrical-coordinate representation of color #70EBED: hue angle of 180.96º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EBED is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 235 | 237 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.07 |
| HSL | 180.96º | 0.78% | 0.68% | - |
| HSV(B) | 180.96º | 0.53% | 0.93% | - |
| XYZ | 51.68 | 68.98 | 90.71 | - |
| YUV | 198.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 237 | 0.53 | 0.01 | 0 | 0.07 | 180.96 | 0.78 | 0.68 |
| Hex | 70 | EB | ED | 35 | 1 | 0 | 7 | B5 | 4E | 44 |
| Octal | 160 | 353 | 355 | 65 | 1 | 0 | 7 | 265 | 116 | 104 |
| Binary | 1110000 | 11101011 | 11101101 | 110101 | 1 | 0 | 111 | 10110101 | 1001110 | 1000100 |
Color Harmonies of #70EBED
Complementary color
Monochromatic Colors of #70EBED
Black with #70EBED
Text Example
Text Example
White with #70EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBED; }
p { color: rgb(112,235,237); }
H1.HeaderClassName
{
color: #70EBED;
}
.AnyTagClassName
{
color: #70EBED;
}
</style>
background-color css
<style>
a { background-color: #70EBED; }
a { background-color: rgb(112,235,237); }
div.DivClassName
{
background-color: #70EBED;
}
.BgClassName
{
background-color: #70EBED;
}
</style>
border-color css
<style>
span { border-color: #70EBED; }
span { border-color: rgb(112,235,237); }
td.TdClassName
{
border-color: #70EBED;
}
.TagClassName
{
border-color: #70EBED;
}
</style>