#50E1DE

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

Shades of Turquoise #50E1DE

Tints of Turquoise #50E1DE

Color information

#50E1DE (or 0x50E1DE) is unknown color: approx Turquoise. HEX triplet: 50, E1 and DE. RGB value is (80,225,222). Sum of RGB (Red+Green+Blue) = 80+225+222=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #50E1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E1DE is #AF1E21. Grayscale: #B5B5B5. Windows color (decimal): -11476514 or 14606672. OLE color: 14606672.

HSL color Cylindrical-coordinate representation of color #50E1DE: hue angle of 178.76º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E1DE is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB80225222-
CMYK0.6400.010.12
HSL178.76º70.73%59.8%-
HSV(B)178.76º64.44%88.24%-
XYZ43.4260.8378.56-
YUV181.3150.9655.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.18%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=15.18%
G=42.69%
B=42.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802252220.6400.010.12178.7670.7359.8
Hex50E1DE4001Cb3473c
Octal120341336100011426310774
Binary101000011100001110111101000000011100101100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,225,222); }

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

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

 a { background-color: rgb(80,225,222); }

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

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

 span { border-color: rgb(80,225,222); }

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