#70E8DC

Color #70E8DC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #70E8DC

Tints of Turquoise Blue #70E8DC

Color information

#70E8DC (or 0x70E8DC) is unknown color: approx Turquoise Blue. HEX triplet: 70, E8 and DC. RGB value is (112,232,220). Sum of RGB (Red+Green+Blue) = 112+232+220=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8DC is #8F1723. Grayscale: #C2C2C2. Windows color (decimal): -9377572 or 14477424. OLE color: 14477424.

HSL color Cylindrical-coordinate representation of color #70E8DC: hue angle of 174º 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 #70E8DC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB112232220-
CMYK0.5200.050.09
HSL174º72.29%67.45%-
HSV(B)174º51.72%90.98%-
XYZ48.4666.3377.96-
YUV194.75142.2468.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 232 (91.02% from 255) = 41.13%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=19.86%
G=41.13%
B=39.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122322200.5200.050.0917472.2967.45
Hex70E8DC34059ae4843
Octal160350334640511256110103
Binary11100001110100011011100110100010110011010111010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70E8DC; }

 p { color: rgb(112,232,220); }

 H1.HeaderClassName
 {
   color: #70E8DC;
 }
 .AnyTagClassName
 {
   color: #70E8DC;
 }
</style>
background-color css

<style>
 a { background-color: #70E8DC; }

 a { background-color: rgb(112,232,220); }

 div.DivClassName
 {
   background-color: #70E8DC;
 }
 .BgClassName
 {
   background-color: #70E8DC;
 }
</style>
border-color css

<style>
 span { border-color: #70E8DC; }

 span { border-color: rgb(112,232,220); }

 td.TdClassName
 {
   border-color: #70E8DC;
 }
 .TagClassName
 {
   border-color: #70E8DC;
 }
</style>