Shades of Turquoise Blue #70DEDE
Tints of Turquoise Blue #70DEDE
RGB
CMYK
RGB Variations
Color information
#70DEDE (or 0x70DEDE) is known color: Turquoise Blue. HEX triplet: 70, DE and DE. RGB value is (112,222,222). Sum of RGB (Red+Green+Blue) = 112+222+222=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #70DEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEDE is #8F2121. Grayscale: #BDBDBD. Windows color (decimal): -9380130 or 14605936. OLE color: 14605936.
HSL color Cylindrical-coordinate representation of color #70DEDE: hue angle of 180º 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 #70DEDE is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 222 | - |
| CMYK | 0.50 | 0 | 0 | 0.13 |
| HSL | 180º | 0.63% | 0.65% | - |
| HSV(B) | 180º | 0.5% | 0.87% | - |
| XYZ | 45.99 | 60.96 | 78.45 | - |
| YUV | 189.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 222 | 0.50 | 0 | 0 | 0.13 | 180 | 0.63 | 0.65 |
| Hex | 70 | DE | DE | 32 | 0 | 0 | D | B4 | 3E | 41 |
| Octal | 160 | 336 | 336 | 62 | 0 | 0 | 15 | 264 | 76 | 101 |
| Binary | 1110000 | 11011110 | 11011110 | 110010 | 0 | 0 | 1101 | 10110100 | 111110 | 1000001 |
Color Harmonies of #70DEDE
Complementary color
Monochromatic Colors of #70DEDE
Black with #70DEDE
Text Example
Text Example
White with #70DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEDE; }
p { color: rgb(112,222,222); }
H1.HeaderClassName
{
color: #70DEDE;
}
.AnyTagClassName
{
color: #70DEDE;
}
</style>
background-color css
<style>
a { background-color: #70DEDE; }
a { background-color: rgb(112,222,222); }
div.DivClassName
{
background-color: #70DEDE;
}
.BgClassName
{
background-color: #70DEDE;
}
</style>
border-color css
<style>
span { border-color: #70DEDE; }
span { border-color: rgb(112,222,222); }
td.TdClassName
{
border-color: #70DEDE;
}
.TagClassName
{
border-color: #70DEDE;
}
</style>