Shades of Turquoise Blue #70DEDF
Tints of Turquoise Blue #70DEDF
RGB
CMYK
RGB Variations
Color information
#70DEDF (or 0x70DEDF) is known color: Turquoise Blue. HEX triplet: 70, DE and DF. RGB value is (112,222,223). Sum of RGB (Red+Green+Blue) = 112+222+223=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #70DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEDF is #8F2120. Grayscale: #BDBDBD. Windows color (decimal): -9380129 or 14671472. OLE color: 14671472.
HSL color Cylindrical-coordinate representation of color #70DEDF: hue angle of 180.54º 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 #70DEDF is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 223 | - |
| CMYK | 0.50 | 0.00 | 0 | 0.13 |
| HSL | 180.54º | 0.63% | 0.66% | - |
| HSV(B) | 180.54º | 0.5% | 0.87% | - |
| XYZ | 46.12 | 61.02 | 79.16 | - |
| YUV | 189.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 223 | 0.50 | 0.00 | 0 | 0.13 | 180.54 | 0.63 | 0.66 |
| Hex | 70 | DE | DF | 32 | 0 | 0 | D | B5 | 3F | 42 |
| Octal | 160 | 336 | 337 | 62 | 0 | 0 | 15 | 265 | 77 | 102 |
| Binary | 1110000 | 11011110 | 11011111 | 110010 | 0 | 0 | 1101 | 10110101 | 111111 | 1000010 |
Color Harmonies of #70DEDF
Complementary color
Monochromatic Colors of #70DEDF
Black with #70DEDF
Text Example
Text Example
White with #70DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEDF; }
p { color: rgb(112,222,223); }
H1.HeaderClassName
{
color: #70DEDF;
}
.AnyTagClassName
{
color: #70DEDF;
}
</style>
background-color css
<style>
a { background-color: #70DEDF; }
a { background-color: rgb(112,222,223); }
div.DivClassName
{
background-color: #70DEDF;
}
.BgClassName
{
background-color: #70DEDF;
}
</style>
border-color css
<style>
span { border-color: #70DEDF; }
span { border-color: rgb(112,222,223); }
td.TdClassName
{
border-color: #70DEDF;
}
.TagClassName
{
border-color: #70DEDF;
}
</style>