#49DCB4

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

Shades of Turquoise #49DCB4

Tints of Turquoise #49DCB4

Color information

#49DCB4 (or 0x49DCB4) is unknown color: approx Turquoise. HEX triplet: 49, DC and B4. RGB value is (73,220,180). Sum of RGB (Red+Green+Blue) = 73+220+180=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCB4 is #B6234B. Grayscale: #ABABAB. Windows color (decimal): -11936588 or 11852873. OLE color: 11852873.

HSL color Cylindrical-coordinate representation of color #49DCB4: hue angle of 163.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCB4 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB73220180-
CMYK0.6700.180.14
HSL163.67º67.74%57.45%-
HSV(B)163.67º66.82%86.27%-
XYZ36.5855.952.04-
YUV171.49132.857.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.43%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=15.43%
G=46.51%
B=38.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732201800.6700.180.14163.6767.7457.45
Hex49DCB443012Ea44439
Octal1113342641030221624410471
Binary1001001110111001011010010000110100101110101001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,220,180); }

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

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

 a { background-color: rgb(73,220,180); }

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

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

 span { border-color: rgb(73,220,180); }

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