Shades of Turquoise Blue #70D9DE
Tints of Turquoise Blue #70D9DE
RGB
CMYK
RGB Variations
Color information
#70D9DE (or 0x70D9DE) is known color: Turquoise Blue. HEX triplet: 70, D9 and DE. RGB value is (112,217,222). Sum of RGB (Red+Green+Blue) = 112+217+222=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #70D9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D9DE is #8F2621. Grayscale: #BABABA. Windows color (decimal): -9381410 or 14604656. OLE color: 14604656.
HSL color Cylindrical-coordinate representation of color #70D9DE: hue angle of 182.73º 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 #70D9DE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 217 | 222 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.13 |
| HSL | 182.73º | 0.63% | 0.65% | - |
| HSV(B) | 182.73º | 0.5% | 0.87% | - |
| XYZ | 44.68 | 58.34 | 78.01 | - |
| YUV | 186.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 222 | 0.50 | 0.02 | 0 | 0.13 | 182.73 | 0.63 | 0.65 |
| Hex | 70 | D9 | DE | 32 | 2 | 0 | D | B7 | 3E | 41 |
| Octal | 160 | 331 | 336 | 62 | 2 | 0 | 15 | 267 | 76 | 101 |
| Binary | 1110000 | 11011001 | 11011110 | 110010 | 10 | 0 | 1101 | 10110111 | 111110 | 1000001 |
Color Harmonies of #70D9DE
Complementary color
Monochromatic Colors of #70D9DE
Black with #70D9DE
Text Example
Text Example
White with #70D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D9DE; }
p { color: rgb(112,217,222); }
H1.HeaderClassName
{
color: #70D9DE;
}
.AnyTagClassName
{
color: #70D9DE;
}
</style>
background-color css
<style>
a { background-color: #70D9DE; }
a { background-color: rgb(112,217,222); }
div.DivClassName
{
background-color: #70D9DE;
}
.BgClassName
{
background-color: #70D9DE;
}
</style>
border-color css
<style>
span { border-color: #70D9DE; }
span { border-color: rgb(112,217,222); }
td.TdClassName
{
border-color: #70D9DE;
}
.TagClassName
{
border-color: #70D9DE;
}
</style>