#49C1C3

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

Shades of Medium Turquoise #49C1C3

Tints of Medium Turquoise #49C1C3

Color information

#49C1C3 (or 0x49C1C3) is unknown color: approx Medium Turquoise. HEX triplet: 49, C1 and C3. RGB value is (73,193,195). Sum of RGB (Red+Green+Blue) = 73+193+195=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #49C1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1C3 is #B63E3C. Grayscale: #9D9D9D. Windows color (decimal): -11943485 or 12829001. OLE color: 12829001.

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

Color convert

RGB73193195-
CMYK0.630.0100.24
HSL180.98º50.41%52.55%-
HSV(B)180.98º62.56%76.47%-
XYZ31.6743.558.36-
YUV157.35149.2467.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.84%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=15.84%
G=41.87%
B=42.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731931950.630.0100.24180.9850.4152.55
Hex49C1C33F1018b53235
Octal1113013037710302656265
Binary10010011100000111000011111111101100010110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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