#70E8DE

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

Shades of Turquoise Blue #70E8DE

Tints of Turquoise Blue #70E8DE

Color information

#70E8DE (or 0x70E8DE) is unknown color: approx Turquoise Blue. HEX triplet: 70, E8 and DE. RGB value is (112,232,222). Sum of RGB (Red+Green+Blue) = 112+232+222=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8DE is #8F1721. Grayscale: #C2C2C2. Windows color (decimal): -9377570 or 14608496. OLE color: 14608496.

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

Color convert

RGB112232222-
CMYK0.5200.040.09
HSL175º72.29%67.45%-
HSV(B)175º51.72%90.98%-
XYZ48.7266.4379.36-
YUV194.98143.2468.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.79%
GREEN value IS 232 (91.02% from 255) = 40.99%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=19.79%
G=40.99%
B=39.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122322220.5200.040.0917572.2967.45
Hex70E8DE34049af4843
Octal160350336640411257110103
Binary11100001110100011011110110100010010011010111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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