#50C5BE

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

Shades of Medium Turquoise #50C5BE

Tints of Medium Turquoise #50C5BE

Color information

#50C5BE (or 0x50C5BE) is unknown color: approx Medium Turquoise. HEX triplet: 50, C5 and BE. RGB value is (80,197,190). Sum of RGB (Red+Green+Blue) = 80+197+190=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #50C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C5BE is #AF3A41. Grayscale: #A1A1A1. Windows color (decimal): -11483714 or 12502352. OLE color: 12502352.

HSL color Cylindrical-coordinate representation of color #50C5BE: hue angle of 176.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C5BE is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB80197190-
CMYK0.5900.040.23
HSL176.41º50.21%54.31%-
HSV(B)176.41º59.39%77.25%-
XYZ32.5745.3655.75-
YUV161.22144.2470.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.13%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=17.13%
G=42.18%
B=40.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801971900.5900.040.23176.4150.2154.31
Hex50C5BE3B0417b03236
Octal1203052767304272606266
Binary1010000110001011011111011101101001011110110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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