Shades of Turquoise Blue #70DCDF
Tints of Turquoise Blue #70DCDF
RGB
CMYK
RGB Variations
Color information
#70DCDF (or 0x70DCDF) is known color: Turquoise Blue. HEX triplet: 70, DC and DF. RGB value is (112,220,223). Sum of RGB (Red+Green+Blue) = 112+220+223=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #70DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCDF is #8F2320. Grayscale: #BBBBBB. Windows color (decimal): -9380641 or 14670960. OLE color: 14670960.
HSL color Cylindrical-coordinate representation of color #70DCDF: hue angle of 181.62º 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 #70DCDF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 220 | 223 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.13 |
| HSL | 181.62º | 0.63% | 0.66% | - |
| HSV(B) | 181.62º | 0.5% | 0.87% | - |
| XYZ | 45.59 | 59.96 | 78.98 | - |
| YUV | 188.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 223 | 0.50 | 0.01 | 0 | 0.13 | 181.62 | 0.63 | 0.66 |
| Hex | 70 | DC | DF | 32 | 1 | 0 | D | B6 | 3F | 42 |
| Octal | 160 | 334 | 337 | 62 | 1 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110000 | 11011100 | 11011111 | 110010 | 1 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #70DCDF
Complementary color
Monochromatic Colors of #70DCDF
Black with #70DCDF
Text Example
Text Example
White with #70DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCDF; }
p { color: rgb(112,220,223); }
H1.HeaderClassName
{
color: #70DCDF;
}
.AnyTagClassName
{
color: #70DCDF;
}
</style>
background-color css
<style>
a { background-color: #70DCDF; }
a { background-color: rgb(112,220,223); }
div.DivClassName
{
background-color: #70DCDF;
}
.BgClassName
{
background-color: #70DCDF;
}
</style>
border-color css
<style>
span { border-color: #70DCDF; }
span { border-color: rgb(112,220,223); }
td.TdClassName
{
border-color: #70DCDF;
}
.TagClassName
{
border-color: #70DCDF;
}
</style>