Shades of Turquoise Blue #70DCE1
Tints of Turquoise Blue #70DCE1
RGB
CMYK
RGB Variations
Color information
#70DCE1 (or 0x70DCE1) is known color: Turquoise Blue. HEX triplet: 70, DC and E1. RGB value is (112,220,225). Sum of RGB (Red+Green+Blue) = 112+220+225=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #70DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCE1 is #8F231E. Grayscale: #BCBCBC. Windows color (decimal): -9380639 or 14802032. OLE color: 14802032.
HSL color Cylindrical-coordinate representation of color #70DCE1: hue angle of 182.65º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DCE1 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 220 | 225 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.12 |
| HSL | 182.65º | 0.65% | 0.66% | - |
| HSV(B) | 182.65º | 0.5% | 0.88% | - |
| XYZ | 45.87 | 60.07 | 80.41 | - |
| YUV | 188.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 225 | 0.50 | 0.02 | 0 | 0.12 | 182.65 | 0.65 | 0.66 |
| Hex | 70 | DC | E1 | 32 | 2 | 0 | C | B7 | 41 | 42 |
| Octal | 160 | 334 | 341 | 62 | 2 | 0 | 14 | 267 | 101 | 102 |
| Binary | 1110000 | 11011100 | 11100001 | 110010 | 10 | 0 | 1100 | 10110111 | 1000001 | 1000010 |
Color Harmonies of #70DCE1
Complementary color
Monochromatic Colors of #70DCE1
Black with #70DCE1
Text Example
Text Example
White with #70DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCE1; }
p { color: rgb(112,220,225); }
H1.HeaderClassName
{
color: #70DCE1;
}
.AnyTagClassName
{
color: #70DCE1;
}
</style>
background-color css
<style>
a { background-color: #70DCE1; }
a { background-color: rgb(112,220,225); }
div.DivClassName
{
background-color: #70DCE1;
}
.BgClassName
{
background-color: #70DCE1;
}
</style>
border-color css
<style>
span { border-color: #70DCE1; }
span { border-color: rgb(112,220,225); }
td.TdClassName
{
border-color: #70DCE1;
}
.TagClassName
{
border-color: #70DCE1;
}
</style>