Shades of Turquoise Blue #70EDED
Tints of Turquoise Blue #70EDED
RGB
CMYK
RGB Variations
Color information
#70EDED (or 0x70EDED) is known color: Turquoise Blue. HEX triplet: 70, ED and ED. RGB value is (112,237,237). Sum of RGB (Red+Green+Blue) = 112+237+237=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #70EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDED is #8F1212. Grayscale: #C7C7C7. Windows color (decimal): -9376275 or 15592816. OLE color: 15592816.
HSL color Cylindrical-coordinate representation of color #70EDED: hue angle of 180º 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 #70EDED is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 237 | - |
| CMYK | 0.53 | 0 | 0 | 0.07 |
| HSL | 180º | 0.78% | 0.68% | - |
| HSV(B) | 180º | 0.53% | 0.93% | - |
| XYZ | 52.25 | 70.13 | 90.9 | - |
| YUV | 199.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 237 | 0.53 | 0 | 0 | 0.07 | 180 | 0.78 | 0.68 |
| Hex | 70 | ED | ED | 35 | 0 | 0 | 7 | B4 | 4E | 44 |
| Octal | 160 | 355 | 355 | 65 | 0 | 0 | 7 | 264 | 116 | 104 |
| Binary | 1110000 | 11101101 | 11101101 | 110101 | 0 | 0 | 111 | 10110100 | 1001110 | 1000100 |
Color Harmonies of #70EDED
Complementary color
Monochromatic Colors of #70EDED
Black with #70EDED
Text Example
Text Example
White with #70EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDED; }
p { color: rgb(112,237,237); }
H1.HeaderClassName
{
color: #70EDED;
}
.AnyTagClassName
{
color: #70EDED;
}
</style>
background-color css
<style>
a { background-color: #70EDED; }
a { background-color: rgb(112,237,237); }
div.DivClassName
{
background-color: #70EDED;
}
.BgClassName
{
background-color: #70EDED;
}
</style>
border-color css
<style>
span { border-color: #70EDED; }
span { border-color: rgb(112,237,237); }
td.TdClassName
{
border-color: #70EDED;
}
.TagClassName
{
border-color: #70EDED;
}
</style>