#49D1C6

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

Shades of Medium Turquoise #49D1C6

Tints of Medium Turquoise #49D1C6

Color information

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

HSL color Cylindrical-coordinate representation of color #49D1C6: hue angle of 175.15º 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 #49D1C6 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB73209198-
CMYK0.6500.050.18
HSL175.15º59.65%55.29%-
HSV(B)175.15º65.07%81.96%-
XYZ35.7451.0961.4-
YUV167.08145.4460.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732091980.6500.050.18175.1559.6555.29
Hex49D1C6410512af3c37
Octal11132130610105222577467
Binary10010011101000111000110100000101011001010101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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