Shades of Turquoise Blue #70D4D6
Tints of Turquoise Blue #70D4D6
RGB
CMYK
RGB Variations
Color information
#70D4D6 (or 0x70D4D6) is known color: Turquoise Blue. HEX triplet: 70, D4 and D6. RGB value is (112,212,214). Sum of RGB (Red+Green+Blue) = 112+212+214=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #70D4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D4D6 is #8F2B29. Grayscale: #B6B6B6. Windows color (decimal): -9382698 or 14079088. OLE color: 14079088.
HSL color Cylindrical-coordinate representation of color #70D4D6: hue angle of 181.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D4D6 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 212 | 214 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.16 |
| HSL | 181.18º | 0.55% | 0.64% | - |
| HSV(B) | 181.18º | 0.48% | 0.84% | - |
| XYZ | 42.36 | 55.39 | 72.08 | - |
| YUV | 182.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 214 | 0.48 | 0.01 | 0 | 0.16 | 181.18 | 0.55 | 0.64 |
| Hex | 70 | D4 | D6 | 30 | 1 | 0 | 10 | B5 | 37 | 40 |
| Octal | 160 | 324 | 326 | 60 | 1 | 0 | 20 | 265 | 67 | 100 |
| Binary | 1110000 | 11010100 | 11010110 | 110000 | 1 | 0 | 10000 | 10110101 | 110111 | 1000000 |
Color Harmonies of #70D4D6
Complementary color
Monochromatic Colors of #70D4D6
Black with #70D4D6
Text Example
Text Example
White with #70D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D4D6; }
p { color: rgb(112,212,214); }
H1.HeaderClassName
{
color: #70D4D6;
}
.AnyTagClassName
{
color: #70D4D6;
}
</style>
background-color css
<style>
a { background-color: #70D4D6; }
a { background-color: rgb(112,212,214); }
div.DivClassName
{
background-color: #70D4D6;
}
.BgClassName
{
background-color: #70D4D6;
}
</style>
border-color css
<style>
span { border-color: #70D4D6; }
span { border-color: rgb(112,212,214); }
td.TdClassName
{
border-color: #70D4D6;
}
.TagClassName
{
border-color: #70D4D6;
}
</style>