Shades of Turquoise Blue #70DEE9
Tints of Turquoise Blue #70DEE9
RGB
CMYK
RGB Variations
Color information
#70DEE9 (or 0x70DEE9) is known color: Turquoise Blue. HEX triplet: 70, DE and E9. RGB value is (112,222,233). Sum of RGB (Red+Green+Blue) = 112+222+233=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #70DEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEE9 is #8F2116. Grayscale: #BEBEBE. Windows color (decimal): -9380119 or 15326832. OLE color: 15326832.
HSL color Cylindrical-coordinate representation of color #70DEE9: hue angle of 185.45º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DEE9 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 222 | 233 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.09 |
| HSL | 185.45º | 0.73% | 0.68% | - |
| HSV(B) | 185.45º | 0.52% | 0.91% | - |
| XYZ | 47.51 | 61.57 | 86.47 | - |
| YUV | 190.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 233 | 0.52 | 0.05 | 0 | 0.09 | 185.45 | 0.73 | 0.68 |
| Hex | 70 | DE | E9 | 34 | 5 | 0 | 9 | B9 | 49 | 44 |
| Octal | 160 | 336 | 351 | 64 | 5 | 0 | 11 | 271 | 111 | 104 |
| Binary | 1110000 | 11011110 | 11101001 | 110100 | 101 | 0 | 1001 | 10111001 | 1001001 | 1000100 |
Color Harmonies of #70DEE9
Complementary color
Monochromatic Colors of #70DEE9
Black with #70DEE9
Text Example
Text Example
White with #70DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEE9; }
p { color: rgb(112,222,233); }
H1.HeaderClassName
{
color: #70DEE9;
}
.AnyTagClassName
{
color: #70DEE9;
}
</style>
background-color css
<style>
a { background-color: #70DEE9; }
a { background-color: rgb(112,222,233); }
div.DivClassName
{
background-color: #70DEE9;
}
.BgClassName
{
background-color: #70DEE9;
}
</style>
border-color css
<style>
span { border-color: #70DEE9; }
span { border-color: rgb(112,222,233); }
td.TdClassName
{
border-color: #70DEE9;
}
.TagClassName
{
border-color: #70DEE9;
}
</style>