#49DDB5

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

Shades of Turquoise #49DDB5

Tints of Turquoise #49DDB5

Color information

#49DDB5 (or 0x49DDB5) is unknown color: approx Turquoise. HEX triplet: 49, DD and B5. RGB value is (73,221,181). Sum of RGB (Red+Green+Blue) = 73+221+181=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDB5 is #B6224A. Grayscale: #ACACAC. Windows color (decimal): -11936331 or 11918665. OLE color: 11918665.

HSL color Cylindrical-coordinate representation of color #49DDB5: hue angle of 163.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDB5 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB73221181-
CMYK0.6700.180.13
HSL163.78º68.52%57.65%-
HSV(B)163.78º66.97%86.67%-
XYZ36.9456.4752.67-
YUV172.19132.9757.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=15.37%
G=46.53%
B=38.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732211810.6700.180.13163.7868.5257.65
Hex49DDB543012Da4453a
Octal1113352651030221524410572
Binary1001001110111011011010110000110100101101101001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,221,181); }

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

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

 a { background-color: rgb(73,221,181); }

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

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

 span { border-color: rgb(73,221,181); }

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