Shades of Turquoise Blue #70DFE1
Tints of Turquoise Blue #70DFE1
RGB
CMYK
RGB Variations
Color information
#70DFE1 (or 0x70DFE1) is known color: Turquoise Blue. HEX triplet: 70, DF and E1. RGB value is (112,223,225). Sum of RGB (Red+Green+Blue) = 112+223+225=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #70DFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFE1 is #8F201E. Grayscale: #BDBDBD. Windows color (decimal): -9379871 or 14802800. OLE color: 14802800.
HSL color Cylindrical-coordinate representation of color #70DFE1: hue angle of 181.06º 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 #70DFE1 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 223 | 225 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.12 |
| HSL | 181.06º | 0.65% | 0.66% | - |
| HSV(B) | 181.06º | 0.5% | 0.88% | - |
| XYZ | 46.66 | 61.66 | 80.68 | - |
| YUV | 190.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 225 | 0.50 | 0.01 | 0 | 0.12 | 181.06 | 0.65 | 0.66 |
| Hex | 70 | DF | E1 | 32 | 1 | 0 | C | B5 | 41 | 42 |
| Octal | 160 | 337 | 341 | 62 | 1 | 0 | 14 | 265 | 101 | 102 |
| Binary | 1110000 | 11011111 | 11100001 | 110010 | 1 | 0 | 1100 | 10110101 | 1000001 | 1000010 |
Color Harmonies of #70DFE1
Complementary color
Monochromatic Colors of #70DFE1
Black with #70DFE1
Text Example
Text Example
White with #70DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFE1; }
p { color: rgb(112,223,225); }
H1.HeaderClassName
{
color: #70DFE1;
}
.AnyTagClassName
{
color: #70DFE1;
}
</style>
background-color css
<style>
a { background-color: #70DFE1; }
a { background-color: rgb(112,223,225); }
div.DivClassName
{
background-color: #70DFE1;
}
.BgClassName
{
background-color: #70DFE1;
}
</style>
border-color css
<style>
span { border-color: #70DFE1; }
span { border-color: rgb(112,223,225); }
td.TdClassName
{
border-color: #70DFE1;
}
.TagClassName
{
border-color: #70DFE1;
}
</style>