#49D8C6

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

Shades of Medium Turquoise #49D8C6

Tints of Medium Turquoise #49D8C6

Color information

#49D8C6 (or 0x49D8C6) is unknown color: approx Medium Turquoise. HEX triplet: 49, D8 and C6. RGB value is (73,216,198). Sum of RGB (Red+Green+Blue) = 73+216+198=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D8C6 is #B62739. Grayscale: #ABABAB. Windows color (decimal): -11937594 or 13031497. OLE color: 13031497.

HSL color Cylindrical-coordinate representation of color #49D8C6: hue angle of 172.45º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D8C6 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB73216198-
CMYK0.6600.080.15
HSL172.45º64.71%56.67%-
HSV(B)172.45º66.2%84.71%-
XYZ37.554.6161.99-
YUV171.19143.1257.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.99%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=14.99%
G=44.35%
B=40.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732161980.6600.080.15172.4564.7156.67
Hex49D8C64208Fac4139
Octal1113303061020101725410171
Binary100100111011000110001101000010010001111101011001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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