Shades of Turquoise Blue #70E8DF
Tints of Turquoise Blue #70E8DF
RGB
CMYK
RGB Variations
Color information
#70E8DF (or 0x70E8DF) is known color: Turquoise Blue. HEX triplet: 70, E8 and DF. RGB value is (112,232,223). Sum of RGB (Red+Green+Blue) = 112+232+223=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8DF is #8F1720. Grayscale: #C3C3C3. Windows color (decimal): -9377569 or 14674032. OLE color: 14674032.
HSL color Cylindrical-coordinate representation of color #70E8DF: hue angle of 175.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8DF is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 223 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.09 |
| HSL | 175.5º | 0.72% | 0.67% | - |
| HSV(B) | 175.5º | 0.52% | 0.91% | - |
| XYZ | 48.86 | 66.49 | 80.07 | - |
| YUV | 195.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 223 | 0.52 | 0 | 0.04 | 0.09 | 175.5 | 0.72 | 0.67 |
| Hex | 70 | E8 | DF | 34 | 0 | 4 | 9 | B0 | 48 | 43 |
| Octal | 160 | 350 | 337 | 64 | 0 | 4 | 11 | 260 | 110 | 103 |
| Binary | 1110000 | 11101000 | 11011111 | 110100 | 0 | 100 | 1001 | 10110000 | 1001000 | 1000011 |
Color Harmonies of #70E8DF
Complementary color
Monochromatic Colors of #70E8DF
Black with #70E8DF
Text Example
Text Example
White with #70E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8DF; }
p { color: rgb(112,232,223); }
H1.HeaderClassName
{
color: #70E8DF;
}
.AnyTagClassName
{
color: #70E8DF;
}
</style>
background-color css
<style>
a { background-color: #70E8DF; }
a { background-color: rgb(112,232,223); }
div.DivClassName
{
background-color: #70E8DF;
}
.BgClassName
{
background-color: #70E8DF;
}
</style>
border-color css
<style>
span { border-color: #70E8DF; }
span { border-color: rgb(112,232,223); }
td.TdClassName
{
border-color: #70E8DF;
}
.TagClassName
{
border-color: #70E8DF;
}
</style>