Shades of Turquoise Blue #70DFE9
Tints of Turquoise Blue #70DFE9
RGB
CMYK
RGB Variations
Color information
#70DFE9 (or 0x70DFE9) is known color: Turquoise Blue. HEX triplet: 70, DF and E9. RGB value is (112,223,233). Sum of RGB (Red+Green+Blue) = 112+223+233=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #70DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFE9 is #8F2016. Grayscale: #BEBEBE. Windows color (decimal): -9379863 or 15327088. OLE color: 15327088.
HSL color Cylindrical-coordinate representation of color #70DFE9: hue angle of 184.96º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DFE9 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 223 | 233 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.09 |
| HSL | 184.96º | 0.73% | 0.68% | - |
| HSV(B) | 184.96º | 0.52% | 0.91% | - |
| XYZ | 47.78 | 62.1 | 86.56 | - |
| YUV | 190.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 233 | 0.52 | 0.04 | 0 | 0.09 | 184.96 | 0.73 | 0.68 |
| Hex | 70 | DF | E9 | 34 | 4 | 0 | 9 | B9 | 49 | 44 |
| Octal | 160 | 337 | 351 | 64 | 4 | 0 | 11 | 271 | 111 | 104 |
| Binary | 1110000 | 11011111 | 11101001 | 110100 | 100 | 0 | 1001 | 10111001 | 1001001 | 1000100 |
Color Harmonies of #70DFE9
Complementary color
Monochromatic Colors of #70DFE9
Black with #70DFE9
Text Example
Text Example
White with #70DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFE9; }
p { color: rgb(112,223,233); }
H1.HeaderClassName
{
color: #70DFE9;
}
.AnyTagClassName
{
color: #70DFE9;
}
</style>
background-color css
<style>
a { background-color: #70DFE9; }
a { background-color: rgb(112,223,233); }
div.DivClassName
{
background-color: #70DFE9;
}
.BgClassName
{
background-color: #70DFE9;
}
</style>
border-color css
<style>
span { border-color: #70DFE9; }
span { border-color: rgb(112,223,233); }
td.TdClassName
{
border-color: #70DFE9;
}
.TagClassName
{
border-color: #70DFE9;
}
</style>