#50C1B8

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

Shades of Medium Turquoise #50C1B8

Tints of Medium Turquoise #50C1B8

Color information

#50C1B8 (or 0x50C1B8) is unknown color: approx Medium Turquoise. HEX triplet: 50, C1 and B8. RGB value is (80,193,184). Sum of RGB (Red+Green+Blue) = 80+193+184=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #50C1B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C1B8 is #AF3E47. Grayscale: #9E9E9E. Windows color (decimal): -11484744 or 12108112. OLE color: 12108112.

HSL color Cylindrical-coordinate representation of color #50C1B8: hue angle of 175.22º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C1B8 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB80193184-
CMYK0.5900.050.24
HSL175.22º47.68%53.53%-
HSV(B)175.22º58.55%75.69%-
XYZ31.0343.3152.07-
YUV158.19142.5672.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.51%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 184 (72.27% from 255) = 40.26%
R=17.51%
G=42.23%
B=40.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801931840.5900.050.24175.2247.6853.53
Hex50C1B83B0518af3036
Octal1203012707305302576066
Binary1010000110000011011100011101101011100010101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,184); }

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

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

 a { background-color: rgb(80,193,184); }

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

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

 span { border-color: rgb(80,193,184); }

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