Shades of Turquoise Blue #70DEE7
Tints of Turquoise Blue #70DEE7
RGB
CMYK
RGB Variations
Color information
#70DEE7 (or 0x70DEE7) is known color: Turquoise Blue. HEX triplet: 70, DE and E7. RGB value is (112,222,231). Sum of RGB (Red+Green+Blue) = 112+222+231=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #70DEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEE7 is #8F2118. Grayscale: #BDBDBD. Windows color (decimal): -9380121 or 15195760. OLE color: 15195760.
HSL color Cylindrical-coordinate representation of color #70DEE7: hue angle of 184.54º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DEE7 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 222 | 231 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.09 |
| HSL | 184.54º | 0.71% | 0.67% | - |
| HSV(B) | 184.54º | 0.52% | 0.91% | - |
| XYZ | 47.23 | 61.46 | 84.97 | - |
| YUV | 190.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 231 | 0.52 | 0.04 | 0 | 0.09 | 184.54 | 0.71 | 0.67 |
| Hex | 70 | DE | E7 | 34 | 4 | 0 | 9 | B9 | 47 | 43 |
| Octal | 160 | 336 | 347 | 64 | 4 | 0 | 11 | 271 | 107 | 103 |
| Binary | 1110000 | 11011110 | 11100111 | 110100 | 100 | 0 | 1001 | 10111001 | 1000111 | 1000011 |
Color Harmonies of #70DEE7
Complementary color
Monochromatic Colors of #70DEE7
Black with #70DEE7
Text Example
Text Example
White with #70DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEE7; }
p { color: rgb(112,222,231); }
H1.HeaderClassName
{
color: #70DEE7;
}
.AnyTagClassName
{
color: #70DEE7;
}
</style>
background-color css
<style>
a { background-color: #70DEE7; }
a { background-color: rgb(112,222,231); }
div.DivClassName
{
background-color: #70DEE7;
}
.BgClassName
{
background-color: #70DEE7;
}
</style>
border-color css
<style>
span { border-color: #70DEE7; }
span { border-color: rgb(112,222,231); }
td.TdClassName
{
border-color: #70DEE7;
}
.TagClassName
{
border-color: #70DEE7;
}
</style>