#49CAB6

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

Shades of Medium Turquoise #49CAB6

Tints of Medium Turquoise #49CAB6

Color information

#49CAB6 (or 0x49CAB6) is unknown color: approx Medium Turquoise. HEX triplet: 49, CA and B6. RGB value is (73,202,182). Sum of RGB (Red+Green+Blue) = 73+202+182=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAB6 is #B63549. Grayscale: #A1A1A1. Windows color (decimal): -11941194 or 11979337. OLE color: 11979337.

HSL color Cylindrical-coordinate representation of color #49CAB6: hue angle of 170.7º 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 #49CAB6 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB73202182-
CMYK0.6400.100.21
HSL170.7º54.89%53.92%-
HSV(B)170.7º63.86%79.22%-
XYZ32.3147.0351.63-
YUV161.15139.7665.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=15.97%
G=44.20%
B=39.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732021820.6400.100.21170.754.8953.92
Hex49CAB6400A15ab3736
Octal111312266100012252536766
Binary100100111001010101101101000000010101010110101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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