#49CAC5

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

Shades of Medium Turquoise #49CAC5

Tints of Medium Turquoise #49CAC5

Color information

#49CAC5 (or 0x49CAC5) is unknown color: approx Medium Turquoise. HEX triplet: 49, CA and C5. RGB value is (73,202,197). Sum of RGB (Red+Green+Blue) = 73+202+197=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAC5 is #B6353A. Grayscale: #A2A2A2. Windows color (decimal): -11941179 or 12962377. OLE color: 12962377.

HSL color Cylindrical-coordinate representation of color #49CAC5: hue angle of 177.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CAC5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB73202197-
CMYK0.6400.020.21
HSL177.67º54.89%53.92%-
HSV(B)177.67º63.86%79.22%-
XYZ33.9547.6960.24-
YUV162.86147.2663.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.47%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=15.47%
G=42.80%
B=41.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732021970.6400.020.21177.6754.8953.92
Hex49CAC5400215b23736
Octal11131230510002252626766
Binary1001001110010101100010110000000101010110110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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