Shades of Turquoise Blue #70DED7
Tints of Turquoise Blue #70DED7
RGB
CMYK
RGB Variations
Color information
#70DED7 (or 0x70DED7) is known color: Turquoise Blue. HEX triplet: 70, DE and D7. RGB value is (112,222,215). Sum of RGB (Red+Green+Blue) = 112+222+215=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #70DED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DED7 is #8F2128. Grayscale: #BCBCBC. Windows color (decimal): -9380137 or 14147184. OLE color: 14147184.
HSL color Cylindrical-coordinate representation of color #70DED7: hue angle of 176.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DED7 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 215 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.13 |
| HSL | 176.18º | 0.63% | 0.65% | - |
| HSV(B) | 176.18º | 0.5% | 0.87% | - |
| XYZ | 45.07 | 60.59 | 73.61 | - |
| YUV | 188.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 215 | 0.50 | 0 | 0.03 | 0.13 | 176.18 | 0.63 | 0.65 |
| Hex | 70 | DE | D7 | 32 | 0 | 3 | D | B0 | 3E | 41 |
| Octal | 160 | 336 | 327 | 62 | 0 | 3 | 15 | 260 | 76 | 101 |
| Binary | 1110000 | 11011110 | 11010111 | 110010 | 0 | 11 | 1101 | 10110000 | 111110 | 1000001 |
Color Harmonies of #70DED7
Complementary color
Monochromatic Colors of #70DED7
Black with #70DED7
Text Example
Text Example
White with #70DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DED7; }
p { color: rgb(112,222,215); }
H1.HeaderClassName
{
color: #70DED7;
}
.AnyTagClassName
{
color: #70DED7;
}
</style>
background-color css
<style>
a { background-color: #70DED7; }
a { background-color: rgb(112,222,215); }
div.DivClassName
{
background-color: #70DED7;
}
.BgClassName
{
background-color: #70DED7;
}
</style>
border-color css
<style>
span { border-color: #70DED7; }
span { border-color: rgb(112,222,215); }
td.TdClassName
{
border-color: #70DED7;
}
.TagClassName
{
border-color: #70DED7;
}
</style>