#70E3DE

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

Shades of Turquoise Blue #70E3DE

Tints of Turquoise Blue #70E3DE

Color information

#70E3DE (or 0x70E3DE) is unknown color: approx Turquoise Blue. HEX triplet: 70, E3 and DE. RGB value is (112,227,222). Sum of RGB (Red+Green+Blue) = 112+227+222=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3DE is #8F1C21. Grayscale: #BFBFBF. Windows color (decimal): -9378850 or 14607216. OLE color: 14607216.

HSL color Cylindrical-coordinate representation of color #70E3DE: hue angle of 177.39º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3DE is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB112227222-
CMYK0.5100.020.11
HSL177.39º67.25%66.47%-
HSV(B)177.39º50.66%89.02%-
XYZ47.3463.6678.9-
YUV192.04144.970.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.96%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=19.96%
G=40.46%
B=39.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122272220.5100.020.11177.3967.2566.47
Hex70E3DE3302Bb14342
Octal160343336630213261103102
Binary1110000111000111101111011001101010111011000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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