Shades of Turquoise Blue #70DBEC
Tints of Turquoise Blue #70DBEC
RGB
CMYK
RGB Variations
Color information
#70DBEC (or 0x70DBEC) is known color: Turquoise Blue. HEX triplet: 70, DB and EC. RGB value is (112,219,236). Sum of RGB (Red+Green+Blue) = 112+219+236=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #70DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBEC is #8F2413. Grayscale: #BCBCBC. Windows color (decimal): -9380884 or 15522672. OLE color: 15522672.
HSL color Cylindrical-coordinate representation of color #70DBEC: hue angle of 188.23º 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 #70DBEC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 219 | 236 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.07 |
| HSL | 188.23º | 0.77% | 0.68% | - |
| HSV(B) | 188.23º | 0.53% | 0.93% | - |
| XYZ | 47.15 | 60.16 | 88.48 | - |
| YUV | 188.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 236 | 0.53 | 0.07 | 0 | 0.07 | 188.23 | 0.77 | 0.68 |
| Hex | 70 | DB | EC | 35 | 7 | 0 | 7 | BC | 4D | 44 |
| Octal | 160 | 333 | 354 | 65 | 7 | 0 | 7 | 274 | 115 | 104 |
| Binary | 1110000 | 11011011 | 11101100 | 110101 | 111 | 0 | 111 | 10111100 | 1001101 | 1000100 |
Color Harmonies of #70DBEC
Complementary color
Monochromatic Colors of #70DBEC
Black with #70DBEC
Text Example
Text Example
White with #70DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBEC; }
p { color: rgb(112,219,236); }
H1.HeaderClassName
{
color: #70DBEC;
}
.AnyTagClassName
{
color: #70DBEC;
}
</style>
background-color css
<style>
a { background-color: #70DBEC; }
a { background-color: rgb(112,219,236); }
div.DivClassName
{
background-color: #70DBEC;
}
.BgClassName
{
background-color: #70DBEC;
}
</style>
border-color css
<style>
span { border-color: #70DBEC; }
span { border-color: rgb(112,219,236); }
td.TdClassName
{
border-color: #70DBEC;
}
.TagClassName
{
border-color: #70DBEC;
}
</style>