#50C0BB

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

Shades of Medium Turquoise #50C0BB

Tints of Medium Turquoise #50C0BB

Color information

#50C0BB (or 0x50C0BB) is unknown color: approx Medium Turquoise. HEX triplet: 50, C0 and BB. RGB value is (80,192,187). Sum of RGB (Red+Green+Blue) = 80+192+187=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C0BB is #AF3F44. Grayscale: #9D9D9D. Windows color (decimal): -11484997 or 12304464. OLE color: 12304464.

HSL color Cylindrical-coordinate representation of color #50C0BB: hue angle of 177.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C0BB is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB80192187-
CMYK0.5800.030.25
HSL177.32º47.06%53.33%-
HSV(B)177.32º58.33%75.29%-
XYZ31.1342.9953.67-
YUV157.94144.3972.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=17.43%
G=41.83%
B=40.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801921870.5800.030.25177.3247.0653.33
Hex50C0BB3A0319b12f35
Octal1203002737203312615765
Binary101000011000000101110111110100111100110110001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,187); }

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

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

 a { background-color: rgb(80,192,187); }

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

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

 span { border-color: rgb(80,192,187); }

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