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