#49D5C3

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

Shades of Medium Turquoise #49D5C3

Tints of Medium Turquoise #49D5C3

Color information

#49D5C3 (or 0x49D5C3) is unknown color: approx Medium Turquoise. HEX triplet: 49, D5 and C3. RGB value is (73,213,195). Sum of RGB (Red+Green+Blue) = 73+213+195=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5C3 is #B62A3C. Grayscale: #A9A9A9. Windows color (decimal): -11938365 or 12834121. OLE color: 12834121.

HSL color Cylindrical-coordinate representation of color #49D5C3: hue angle of 172.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D5C3 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB73213195-
CMYK0.6600.080.16
HSL172.29º62.5%56.08%-
HSV(B)172.29º65.73%83.53%-
XYZ36.3952.9559.93-
YUV169.09142.6259.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.18%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=15.18%
G=44.28%
B=40.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732131950.6600.080.16172.2962.556.08
Hex49D5C3420810ac3e38
Octal111325303102010202547670
Binary100100111010101110000111000010010001000010101100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,213,195); }

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

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

 a { background-color: rgb(73,213,195); }

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

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

 span { border-color: rgb(73,213,195); }

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