#50D7BE

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

Shades of Medium Turquoise #50D7BE

Tints of Medium Turquoise #50D7BE

Color information

#50D7BE (or 0x50D7BE) is unknown color: approx Medium Turquoise. HEX triplet: 50, D7 and BE. RGB value is (80,215,190). Sum of RGB (Red+Green+Blue) = 80+215+190=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D7BE is #AF2841. Grayscale: #ABABAB. Windows color (decimal): -11479106 or 12506960. OLE color: 12506960.

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

Color convert

RGB80215190-
CMYK0.6300.120.16
HSL168.89º62.79%57.84%-
HSV(B)168.89º62.79%84.31%-
XYZ36.954.0257.2-
YUV171.78138.2762.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=16.49%
G=44.33%
B=39.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151900.6300.120.16168.8962.7957.84
Hex50D7BE3F0C10a93f3a
Octal12032727677014202517772
Binary10100001101011110111110111111011001000010101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,215,190); }

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

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

 a { background-color: rgb(80,215,190); }

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

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

 span { border-color: rgb(80,215,190); }

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