Shades of Turquoise Blue #70E9DF
Tints of Turquoise Blue #70E9DF
RGB
CMYK
RGB Variations
Color information
#70E9DF (or 0x70E9DF) is known color: Turquoise Blue. HEX triplet: 70, E9 and DF. RGB value is (112,233,223). Sum of RGB (Red+Green+Blue) = 112+233+223=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9DF is #8F1620. Grayscale: #C3C3C3. Windows color (decimal): -9377313 or 14674288. OLE color: 14674288.
HSL color Cylindrical-coordinate representation of color #70E9DF: hue angle of 175.04º 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 #70E9DF is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 223 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.09 |
| HSL | 175.04º | 0.73% | 0.68% | - |
| HSV(B) | 175.04º | 0.52% | 0.91% | - |
| XYZ | 49.14 | 67.05 | 80.16 | - |
| YUV | 195.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 223 | 0.52 | 0 | 0.04 | 0.09 | 175.04 | 0.73 | 0.68 |
| Hex | 70 | E9 | DF | 34 | 0 | 4 | 9 | AF | 49 | 44 |
| Octal | 160 | 351 | 337 | 64 | 0 | 4 | 11 | 257 | 111 | 104 |
| Binary | 1110000 | 11101001 | 11011111 | 110100 | 0 | 100 | 1001 | 10101111 | 1001001 | 1000100 |
Color Harmonies of #70E9DF
Complementary color
Monochromatic Colors of #70E9DF
Black with #70E9DF
Text Example
Text Example
White with #70E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9DF; }
p { color: rgb(112,233,223); }
H1.HeaderClassName
{
color: #70E9DF;
}
.AnyTagClassName
{
color: #70E9DF;
}
</style>
background-color css
<style>
a { background-color: #70E9DF; }
a { background-color: rgb(112,233,223); }
div.DivClassName
{
background-color: #70E9DF;
}
.BgClassName
{
background-color: #70E9DF;
}
</style>
border-color css
<style>
span { border-color: #70E9DF; }
span { border-color: rgb(112,233,223); }
td.TdClassName
{
border-color: #70E9DF;
}
.TagClassName
{
border-color: #70E9DF;
}
</style>