#49C5CB

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

Shades of Medium Turquoise #49C5CB

Tints of Medium Turquoise #49C5CB

Color information

#49C5CB (or 0x49C5CB) is unknown color: approx Medium Turquoise. HEX triplet: 49, C5 and CB. RGB value is (73,197,203). Sum of RGB (Red+Green+Blue) = 73+197+203=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #49C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5CB is #B63A34. Grayscale: #A0A0A0. Windows color (decimal): -11942453 or 13354313. OLE color: 13354313.

HSL color Cylindrical-coordinate representation of color #49C5CB: hue angle of 182.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C5CB is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73197203-
CMYK0.640.0300.20
HSL182.77º55.56%54.12%-
HSV(B)182.77º64.04%79.61%-
XYZ33.4945.6663.55-
YUV160.61151.9265.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.43%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=15.43%
G=41.65%
B=42.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731972030.640.0300.20182.7755.5654.12
Hex49C5CB403014b73836
Octal11130531310030242677066
Binary1001001110001011100101110000001101010010110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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