#50E8EE

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

Shades of Turquoise Blue #50E8EE

Tints of Turquoise Blue #50E8EE

Color information

#50E8EE (or 0x50E8EE) is unknown color: approx Turquoise Blue. HEX triplet: 50, E8 and EE. RGB value is (80,232,238). Sum of RGB (Red+Green+Blue) = 80+232+238=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #50E8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E8EE is #AF1711. Grayscale: #BBBBBB. Windows color (decimal): -11474706 or 15657040. OLE color: 15657040.

HSL color Cylindrical-coordinate representation of color #50E8EE: hue angle of 182.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E8EE is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80232238-
CMYK0.660.0300.07
HSL182.28º82.29%62.35%-
HSV(B)182.28º66.39%93.33%-
XYZ47.665.5991.04-
YUV187.24156.6451.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.55%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=14.55%
G=42.18%
B=43.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802322380.660.0300.07182.2882.2962.35
Hex50E8EE42307b6523e
Octal12035035610230726612276
Binary101000011101000111011101000010110111101101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50E8EE; }

 p { color: rgb(80,232,238); }

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

<style>
 a { background-color: #50E8EE; }

 a { background-color: rgb(80,232,238); }

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

<style>
 span { border-color: #50E8EE; }

 span { border-color: rgb(80,232,238); }

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