#50DAB9

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

Shades of Medium Turquoise #50DAB9

Tints of Medium Turquoise #50DAB9

Color information

#50DAB9 (or 0x50DAB9) is unknown color: approx Medium Turquoise. HEX triplet: 50, DA and B9. RGB value is (80,218,185). Sum of RGB (Red+Green+Blue) = 80+218+185=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DAB9 is #AF2546. Grayscale: #ACACAC. Windows color (decimal): -11478343 or 12180048. OLE color: 12180048.

HSL color Cylindrical-coordinate representation of color #50DAB9: hue angle of 165.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DAB9 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB80218185-
CMYK0.6300.150.15
HSL165.65º65.09%58.43%-
HSV(B)165.65º63.3%85.49%-
XYZ37.1455.3554.63-
YUV172.98134.7861.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=16.56%
G=45.13%
B=38.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802181850.6300.150.15165.6565.0958.43
Hex50DAB93F0FFa6413a
Octal120332271770171724610172
Binary10100001101101010111001111111011111111101001101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,218,185); }

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

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

 a { background-color: rgb(80,218,185); }

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

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

 span { border-color: rgb(80,218,185); }

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