Shades of Turquoise Blue #70DDDF
Tints of Turquoise Blue #70DDDF
RGB
CMYK
RGB Variations
Color information
#70DDDF (or 0x70DDDF) is known color: Turquoise Blue. HEX triplet: 70, DD and DF. RGB value is (112,221,223). Sum of RGB (Red+Green+Blue) = 112+221+223=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #70DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDDF is #8F2220. Grayscale: #BCBCBC. Windows color (decimal): -9380385 or 14671216. OLE color: 14671216.
HSL color Cylindrical-coordinate representation of color #70DDDF: hue angle of 181.08º 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 #70DDDF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 223 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.13 |
| HSL | 181.08º | 0.63% | 0.66% | - |
| HSV(B) | 181.08º | 0.5% | 0.87% | - |
| XYZ | 45.86 | 60.49 | 79.07 | - |
| YUV | 188.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 223 | 0.50 | 0.01 | 0 | 0.13 | 181.08 | 0.63 | 0.66 |
| Hex | 70 | DD | DF | 32 | 1 | 0 | D | B5 | 3F | 42 |
| Octal | 160 | 335 | 337 | 62 | 1 | 0 | 15 | 265 | 77 | 102 |
| Binary | 1110000 | 11011101 | 11011111 | 110010 | 1 | 0 | 1101 | 10110101 | 111111 | 1000010 |
Color Harmonies of #70DDDF
Complementary color
Monochromatic Colors of #70DDDF
Black with #70DDDF
Text Example
Text Example
White with #70DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDDF; }
p { color: rgb(112,221,223); }
H1.HeaderClassName
{
color: #70DDDF;
}
.AnyTagClassName
{
color: #70DDDF;
}
</style>
background-color css
<style>
a { background-color: #70DDDF; }
a { background-color: rgb(112,221,223); }
div.DivClassName
{
background-color: #70DDDF;
}
.BgClassName
{
background-color: #70DDDF;
}
</style>
border-color css
<style>
span { border-color: #70DDDF; }
span { border-color: rgb(112,221,223); }
td.TdClassName
{
border-color: #70DDDF;
}
.TagClassName
{
border-color: #70DDDF;
}
</style>