Shades of Turquoise Blue #70DFDA
Tints of Turquoise Blue #70DFDA
RGB
CMYK
RGB Variations
Color information
#70DFDA (or 0x70DFDA) is known color: Turquoise Blue. HEX triplet: 70, DF and DA. RGB value is (112,223,218). Sum of RGB (Red+Green+Blue) = 112+223+218=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFDA is #8F2025. Grayscale: #BDBDBD. Windows color (decimal): -9379878 or 14344048. OLE color: 14344048.
HSL color Cylindrical-coordinate representation of color #70DFDA: hue angle of 177.3º 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 #70DFDA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 218 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.13 |
| HSL | 177.3º | 0.63% | 0.66% | - |
| HSV(B) | 177.3º | 0.5% | 0.87% | - |
| XYZ | 45.72 | 61.28 | 75.75 | - |
| YUV | 189.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 218 | 0.50 | 0 | 0.02 | 0.13 | 177.3 | 0.63 | 0.66 |
| Hex | 70 | DF | DA | 32 | 0 | 2 | D | B1 | 3F | 42 |
| Octal | 160 | 337 | 332 | 62 | 0 | 2 | 15 | 261 | 77 | 102 |
| Binary | 1110000 | 11011111 | 11011010 | 110010 | 0 | 10 | 1101 | 10110001 | 111111 | 1000010 |
Color Harmonies of #70DFDA
Complementary color
Monochromatic Colors of #70DFDA
Black with #70DFDA
Text Example
Text Example
White with #70DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFDA; }
p { color: rgb(112,223,218); }
H1.HeaderClassName
{
color: #70DFDA;
}
.AnyTagClassName
{
color: #70DFDA;
}
</style>
background-color css
<style>
a { background-color: #70DFDA; }
a { background-color: rgb(112,223,218); }
div.DivClassName
{
background-color: #70DFDA;
}
.BgClassName
{
background-color: #70DFDA;
}
</style>
border-color css
<style>
span { border-color: #70DFDA; }
span { border-color: rgb(112,223,218); }
td.TdClassName
{
border-color: #70DFDA;
}
.TagClassName
{
border-color: #70DFDA;
}
</style>