#49c5be

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

Shades of Medium Turquoise #49C5BE

Tints of Medium Turquoise #49C5BE

Color information

#49C5BE (or 0x49C5BE) is unknown color: approx Medium Turquoise. HEX triplet: 49, C5 and BE. RGB value is (73,197,190). Sum of RGB (Red+Green+Blue) = 73+197+190=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #49C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5BE is #B63A41. Grayscale: #9F9F9F. Windows color (decimal): -11942466 or 12502345. OLE color: 12502345.

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

Color convert

RGB73197190-
CMYK0.6300.040.23
HSL176.61º51.67%52.94%-
HSV(B)176.61º62.94%77.25%-
XYZ32.0145.0755.73-
YUV159.13145.4266.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.87%
GREEN value IS 197 (77.34% from 255) = 42.83%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=15.87%
G=42.83%
B=41.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731971900.6300.040.23176.6151.6752.94
Hex49C5BE3F0417b13435
Octal1113052767704272616465
Binary1001001110001011011111011111101001011110110001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c5be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49c5be; }

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

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

<style>
 a { background-color: #49c5be; }

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

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

<style>
 span { border-color: #49c5be; }

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

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