#50E5EC

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

Shades of Turquoise Blue #50E5EC

Tints of Turquoise Blue #50E5EC

Color information

#50E5EC (or 0x50E5EC) is unknown color: approx Turquoise Blue. HEX triplet: 50, E5 and EC. RGB value is (80,229,236). Sum of RGB (Red+Green+Blue) = 80+229+236=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E5EC is #AF1A13. Grayscale: #B9B9B9. Windows color (decimal): -11475476 or 15525200. OLE color: 15525200.

HSL color Cylindrical-coordinate representation of color #50E5EC: hue angle of 182.69º degrees, saturation: 0.8, 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 #50E5EC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80229236-
CMYK0.660.0300.07
HSL182.69º80.41%61.96%-
HSV(B)182.69º66.1%92.55%-
XYZ46.4763.889.22-
YUV185.25156.6452.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.68%
GREEN value IS 229 (89.84% from 255) = 42.02%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=14.68%
G=42.02%
B=43.30%

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
Decimal802292360.660.0300.07182.6980.4161.96
Hex50E5EC42307b7503e
Octal12034535410230726712076
Binary101000011100101111011001000010110111101101111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,229,236); }

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

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

 a { background-color: rgb(80,229,236); }

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

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

 span { border-color: rgb(80,229,236); }

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