#50C5BF

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

Shades of Medium Turquoise #50C5BF

Tints of Medium Turquoise #50C5BF

Color information

#50C5BF (or 0x50C5BF) is unknown color: approx Medium Turquoise. HEX triplet: 50, C5 and BF. RGB value is (80,197,191). Sum of RGB (Red+Green+Blue) = 80+197+191=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #50C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C5BF is #AF3A40. Grayscale: #A1A1A1. Windows color (decimal): -11483713 or 12567888. OLE color: 12567888.

HSL color Cylindrical-coordinate representation of color #50C5BF: hue angle of 176.92º 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 #50C5BF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB80197191-
CMYK0.5900.030.23
HSL176.92º50.21%54.31%-
HSV(B)176.92º59.39%77.25%-
XYZ32.6845.456.33-
YUV161.33144.7469.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.09%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 191 (75% from 255) = 40.81%
R=17.09%
G=42.09%
B=40.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801971910.5900.030.23176.9250.2154.31
Hex50C5BF3B0317b13236
Octal1203052777303272616266
Binary101000011000101101111111110110111011110110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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