Shades of Turquoise Blue #70DDEC
Tints of Turquoise Blue #70DDEC
RGB
CMYK
RGB Variations
Color information
#70DDEC (or 0x70DDEC) is known color: Turquoise Blue. HEX triplet: 70, DD and EC. RGB value is (112,221,236). Sum of RGB (Red+Green+Blue) = 112+221+236=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #70DDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DDEC is #8F2213. Grayscale: #BDBDBD. Windows color (decimal): -9380372 or 15523184. OLE color: 15523184.
HSL color Cylindrical-coordinate representation of color #70DDEC: hue angle of 187.26º degrees, saturation: 0.77, 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 #70DDEC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 221 | 236 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.07 |
| HSL | 187.26º | 0.77% | 0.68% | - |
| HSV(B) | 187.26º | 0.53% | 0.93% | - |
| XYZ | 47.68 | 61.21 | 88.66 | - |
| YUV | 190.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 236 | 0.53 | 0.06 | 0 | 0.07 | 187.26 | 0.77 | 0.68 |
| Hex | 70 | DD | EC | 35 | 6 | 0 | 7 | BB | 4D | 44 |
| Octal | 160 | 335 | 354 | 65 | 6 | 0 | 7 | 273 | 115 | 104 |
| Binary | 1110000 | 11011101 | 11101100 | 110101 | 110 | 0 | 111 | 10111011 | 1001101 | 1000100 |
Color Harmonies of #70DDEC
Complementary color
Monochromatic Colors of #70DDEC
Black with #70DDEC
Text Example
Text Example
White with #70DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDEC; }
p { color: rgb(112,221,236); }
H1.HeaderClassName
{
color: #70DDEC;
}
.AnyTagClassName
{
color: #70DDEC;
}
</style>
background-color css
<style>
a { background-color: #70DDEC; }
a { background-color: rgb(112,221,236); }
div.DivClassName
{
background-color: #70DDEC;
}
.BgClassName
{
background-color: #70DDEC;
}
</style>
border-color css
<style>
span { border-color: #70DDEC; }
span { border-color: rgb(112,221,236); }
td.TdClassName
{
border-color: #70DDEC;
}
.TagClassName
{
border-color: #70DDEC;
}
</style>