#49CAC4

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

Shades of Medium Turquoise #49CAC4

Tints of Medium Turquoise #49CAC4

Color information

#49CAC4 (or 0x49CAC4) is unknown color: approx Medium Turquoise. HEX triplet: 49, CA and C4. RGB value is (73,202,196). Sum of RGB (Red+Green+Blue) = 73+202+196=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAC4 is #B6353B. Grayscale: #A2A2A2. Windows color (decimal): -11941180 or 12896841. OLE color: 12896841.

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

Color convert

RGB73202196-
CMYK0.6400.030.21
HSL177.21º54.89%53.92%-
HSV(B)177.21º63.86%79.22%-
XYZ33.8347.6459.64-
YUV162.74146.7663.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=15.50%
G=42.89%
B=41.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732021960.6400.030.21177.2154.8953.92
Hex49CAC4400315b13736
Octal11131230410003252616766
Binary1001001110010101100010010000000111010110110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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