Shades of Turquoise Blue #70DFDD
Tints of Turquoise Blue #70DFDD
RGB
CMYK
RGB Variations
Color information
#70DFDD (or 0x70DFDD) is known color: Turquoise Blue. HEX triplet: 70, DF and DD. RGB value is (112,223,221). Sum of RGB (Red+Green+Blue) = 112+223+221=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFDD is #8F2022. Grayscale: #BDBDBD. Windows color (decimal): -9379875 or 14540656. OLE color: 14540656.
HSL color Cylindrical-coordinate representation of color #70DFDD: hue angle of 178.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFDD is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 221 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.13 |
| HSL | 178.92º | 0.63% | 0.66% | - |
| HSV(B) | 178.92º | 0.5% | 0.87% | - |
| XYZ | 46.12 | 61.44 | 77.84 | - |
| YUV | 189.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 221 | 0.50 | 0 | 0.01 | 0.13 | 178.92 | 0.63 | 0.66 |
| Hex | 70 | DF | DD | 32 | 0 | 1 | D | B3 | 3F | 42 |
| Octal | 160 | 337 | 335 | 62 | 0 | 1 | 15 | 263 | 77 | 102 |
| Binary | 1110000 | 11011111 | 11011101 | 110010 | 0 | 1 | 1101 | 10110011 | 111111 | 1000010 |
Color Harmonies of #70DFDD
Complementary color
Monochromatic Colors of #70DFDD
Black with #70DFDD
Text Example
Text Example
White with #70DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFDD; }
p { color: rgb(112,223,221); }
H1.HeaderClassName
{
color: #70DFDD;
}
.AnyTagClassName
{
color: #70DFDD;
}
</style>
background-color css
<style>
a { background-color: #70DFDD; }
a { background-color: rgb(112,223,221); }
div.DivClassName
{
background-color: #70DFDD;
}
.BgClassName
{
background-color: #70DFDD;
}
</style>
border-color css
<style>
span { border-color: #70DFDD; }
span { border-color: rgb(112,223,221); }
td.TdClassName
{
border-color: #70DFDD;
}
.TagClassName
{
border-color: #70DFDD;
}
</style>