#49DCD9

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

Shades of Turquoise #49DCD9

Tints of Turquoise #49DCD9

Color information

#49DCD9 (or 0x49DCD9) is unknown color: approx Turquoise. HEX triplet: 49, DC and D9. RGB value is (73,220,217). Sum of RGB (Red+Green+Blue) = 73+220+217=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCD9 is #B62326. Grayscale: #AFAFAF. Windows color (decimal): -11936551 or 14277705. OLE color: 14277705.

HSL color Cylindrical-coordinate representation of color #49DCD9: hue angle of 178.78º 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 #49DCD9 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB73220217-
CMYK0.6700.010.14
HSL178.78º67.74%57.45%-
HSV(B)178.78º66.82%86.27%-
XYZ40.8757.6174.61-
YUV175.7151.354.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.31%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=14.31%
G=43.14%
B=42.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732202170.6700.010.14178.7867.7457.45
Hex49DCD94301Eb34439
Octal111334331103011626310471
Binary100100111011100110110011000011011110101100111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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