#50E5DE

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

Shades of Turquoise #50E5DE

Tints of Turquoise #50E5DE

Color information

#50E5DE (or 0x50E5DE) is unknown color: approx Turquoise. HEX triplet: 50, E5 and DE. RGB value is (80,229,222). Sum of RGB (Red+Green+Blue) = 80+229+222=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5DE is #AF1A21. Grayscale: #B7B7B7. Windows color (decimal): -11475490 or 14607696. OLE color: 14607696.

HSL color Cylindrical-coordinate representation of color #50E5DE: hue angle of 177.18º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5DE is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB80229222-
CMYK0.6500.030.10
HSL177.18º74.13%60.59%-
HSV(B)177.18º65.07%89.8%-
XYZ44.5163.0278.92-
YUV183.65149.6454.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.07%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=15.07%
G=43.13%
B=41.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802292220.6500.030.10177.1874.1360.59
Hex50E5DE4103Ab14a3d
Octal120345336101031226111275
Binary1010000111001011101111010000010111010101100011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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