#49C3BF

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

Shades of Medium Turquoise #49C3BF

Tints of Medium Turquoise #49C3BF

Color information

#49C3BF (or 0x49C3BF) is unknown color: approx Medium Turquoise. HEX triplet: 49, C3 and BF. RGB value is (73,195,191). Sum of RGB (Red+Green+Blue) = 73+195+191=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #49C3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C3BF is #B63C40. Grayscale: #9D9D9D. Windows color (decimal): -11942977 or 12567369. OLE color: 12567369.

HSL color Cylindrical-coordinate representation of color #49C3BF: hue angle of 178.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C3BF is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB73195191-
CMYK0.6300.020.24
HSL178.03º50.41%52.55%-
HSV(B)178.03º62.56%76.47%-
XYZ31.6744.2156.15-
YUV158.07146.5867.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.90%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 191 (75% from 255) = 41.61%
R=15.90%
G=42.48%
B=41.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731951910.6300.020.24178.0350.4152.55
Hex49C3BF3F0218b23235
Octal1113032777702302626265
Binary100100111000011101111111111110101100010110010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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