#50dac9

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

Shades of Medium Turquoise #50DAC9

Tints of Medium Turquoise #50DAC9

Color information

#50DAC9 (or 0x50DAC9) is unknown color: approx Medium Turquoise. HEX triplet: 50, DA and C9. RGB value is (80,218,201). Sum of RGB (Red+Green+Blue) = 80+218+201=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DAC9 is #AF2536. Grayscale: #AEAEAE. Windows color (decimal): -11478327 or 13228624. OLE color: 13228624.

HSL color Cylindrical-coordinate representation of color #50DAC9: hue angle of 172.61º 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 #50DAC9 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB80218201-
CMYK0.6300.080.15
HSL172.61º65.09%58.43%-
HSV(B)172.61º63.3%85.49%-
XYZ38.9256.0764.03-
YUV174.8142.7860.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.03%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=16.03%
G=43.69%
B=40.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802182010.6300.080.15172.6165.0958.43
Hex50DAC93F08Fad413a
Octal120332311770101725510172
Binary10100001101101011001001111111010001111101011011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50dac9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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