#49D1D8

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

Shades of Medium Turquoise #49D1D8

Tints of Medium Turquoise #49D1D8

Color information

#49D1D8 (or 0x49D1D8) is unknown color: approx Medium Turquoise. HEX triplet: 49, D1 and D8. RGB value is (73,209,216). Sum of RGB (Red+Green+Blue) = 73+209+216=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #49D1D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D1D8 is #B62E27. Grayscale: #A8A8A8. Windows color (decimal): -11939368 or 14209353. OLE color: 14209353.

HSL color Cylindrical-coordinate representation of color #49D1D8: hue angle of 182.94º 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 #49D1D8 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73209216-
CMYK0.660.0300.15
HSL182.94º64.71%56.67%-
HSV(B)182.94º66.2%84.71%-
XYZ37.9451.9873-
YUV169.13154.4459.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.66%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 216 (84.77% from 255) = 43.37%
R=14.66%
G=41.97%
B=43.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732092160.660.0300.15182.9464.7156.67
Hex49D1D84230Fb74139
Octal111321330102301726710171
Binary1001001110100011101100010000101101111101101111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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