Shades of Turquoise Blue #70EDF0
Tints of Turquoise Blue #70EDF0
RGB
CMYK
RGB Variations
Color information
#70EDF0 (or 0x70EDF0) is known color: Turquoise Blue. HEX triplet: 70, ED and F0. RGB value is (112,237,240). Sum of RGB (Red+Green+Blue) = 112+237+240=589 (78% of max value = 765). Red value is 112 (44.14% from 255 or 19.02% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #70EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDF0 is #8F120F. Grayscale: #C7C7C7. Windows color (decimal): -9376272 or 15789424. OLE color: 15789424.
HSL color Cylindrical-coordinate representation of color #70EDF0: hue angle of 181.41º degrees, saturation: 0.81, 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 #70EDF0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 237 | 240 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.06 |
| HSL | 181.41º | 0.81% | 0.69% | - |
| HSV(B) | 181.41º | 0.53% | 0.94% | - |
| XYZ | 52.69 | 70.3 | 93.23 | - |
| YUV | 199.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 240 | 0.53 | 0.01 | 0 | 0.06 | 181.41 | 0.81 | 0.69 |
| Hex | 70 | ED | F0 | 35 | 1 | 0 | 6 | B5 | 51 | 45 |
| Octal | 160 | 355 | 360 | 65 | 1 | 0 | 6 | 265 | 121 | 105 |
| Binary | 1110000 | 11101101 | 11110000 | 110101 | 1 | 0 | 110 | 10110101 | 1010001 | 1000101 |
Color Harmonies of #70EDF0
Complementary color
Monochromatic Colors of #70EDF0
Black with #70EDF0
Text Example
Text Example
White with #70EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDF0; }
p { color: rgb(112,237,240); }
H1.HeaderClassName
{
color: #70EDF0;
}
.AnyTagClassName
{
color: #70EDF0;
}
</style>
background-color css
<style>
a { background-color: #70EDF0; }
a { background-color: rgb(112,237,240); }
div.DivClassName
{
background-color: #70EDF0;
}
.BgClassName
{
background-color: #70EDF0;
}
</style>
border-color css
<style>
span { border-color: #70EDF0; }
span { border-color: rgb(112,237,240); }
td.TdClassName
{
border-color: #70EDF0;
}
.TagClassName
{
border-color: #70EDF0;
}
</style>