#49C5BC

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

Shades of Medium Turquoise #49C5BC

Tints of Medium Turquoise #49C5BC

Color information

#49C5BC (or 0x49C5BC) is unknown color: approx Medium Turquoise. HEX triplet: 49, C5 and BC. RGB value is (73,197,188). Sum of RGB (Red+Green+Blue) = 73+197+188=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #49C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5BC is #B63A43. Grayscale: #9E9E9E. Windows color (decimal): -11942468 or 12371273. OLE color: 12371273.

HSL color Cylindrical-coordinate representation of color #49C5BC: hue angle of 175.65º 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 #49C5BC is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB73197188-
CMYK0.6300.050.23
HSL175.65º51.67%52.94%-
HSV(B)175.65º62.94%77.25%-
XYZ31.7944.9854.58-
YUV158.9144.4266.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.94%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=15.94%
G=43.01%
B=41.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731971880.6300.050.23175.6551.6752.94
Hex49C5BC3F0517b03435
Octal1113052747705272606465
Binary1001001110001011011110011111101011011110110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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