#70EEEC

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

Shades of Turquoise Blue #70EEEC

Tints of Turquoise Blue #70EEEC

Color information

#70EEEC (or 0x70EEEC) is unknown color: approx Turquoise Blue. HEX triplet: 70, EE and EC. RGB value is (112,238,236). Sum of RGB (Red+Green+Blue) = 112+238+236=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EEEC is #8F1113. Grayscale: #C7C7C7. Windows color (decimal): -9376020 or 15527536. OLE color: 15527536.

HSL color Cylindrical-coordinate representation of color #70EEEC: hue angle of 179.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEEC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB112238236-
CMYK0.5300.010.07
HSL179.05º78.75%68.63%-
HSV(B)179.05º52.94%93.33%-
XYZ52.470.6590.23-
YUV200.1148.2665.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.11%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=19.11%
G=40.61%
B=40.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122382360.5300.010.07179.0578.7568.63
Hex70EEEC35017b34f45
Octal16035635465017263117105
Binary11100001110111011101100110101011111011001110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,238,236); }

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

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

 a { background-color: rgb(112,238,236); }

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

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

 span { border-color: rgb(112,238,236); }

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