#49C6D1

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

Shades of Medium Turquoise #49C6D1

Tints of Medium Turquoise #49C6D1

Color information

#49C6D1 (or 0x49C6D1) is unknown color: approx Medium Turquoise. HEX triplet: 49, C6 and D1. RGB value is (73,198,209). Sum of RGB (Red+Green+Blue) = 73+198+209=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #49C6D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C6D1 is #B6392E. Grayscale: #A1A1A1. Windows color (decimal): -11942191 or 13747785. OLE color: 13747785.

HSL color Cylindrical-coordinate representation of color #49C6D1: hue angle of 184.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49C6D1 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73198209-
CMYK0.650.0500.18
HSL184.85º59.65%55.29%-
HSV(B)184.85º65.07%81.96%-
XYZ34.4546.4167.46-
YUV161.88154.5964.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.21%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=15.21%
G=41.25%
B=43.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731982090.650.0500.18184.8559.6555.29
Hex49C6D1415012b93c37
Octal11130632110150222717467
Binary10010011100011011010001100000110101001010111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,209); }

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

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

 a { background-color: rgb(73,198,209); }

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

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

 span { border-color: rgb(73,198,209); }

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