#50dabf

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

Shades of Medium Turquoise #50DABF

Tints of Medium Turquoise #50DABF

Color information

#50DABF (or 0x50DABF) is unknown color: approx Medium Turquoise. HEX triplet: 50, DA and BF. RGB value is (80,218,191). Sum of RGB (Red+Green+Blue) = 80+218+191=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #50DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DABF is #AF2540. Grayscale: #ADADAD. Windows color (decimal): -11478337 or 12573264. OLE color: 12573264.

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

Color convert

RGB80218191-
CMYK0.6300.120.15
HSL168.26º65.09%58.43%-
HSV(B)168.26º63.3%85.49%-
XYZ37.7855.6158.03-
YUV173.66137.7861.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.36%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 191 (75% from 255) = 39.06%
R=16.36%
G=44.58%
B=39.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802181910.6300.120.15168.2665.0958.43
Hex50DABF3F0CFa8413a
Octal120332277770141725010172
Binary10100001101101010111111111111011001111101010001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50dabf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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