#49E1D8

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

Shades of Turquoise #49E1D8

Tints of Turquoise #49E1D8

Color information

#49E1D8 (or 0x49E1D8) is unknown color: approx Turquoise. HEX triplet: 49, E1 and D8. RGB value is (73,225,216). Sum of RGB (Red+Green+Blue) = 73+225+216=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1D8 is #B61E27. Grayscale: #B2B2B2. Windows color (decimal): -11935272 or 14213449. OLE color: 14213449.

HSL color Cylindrical-coordinate representation of color #49E1D8: hue angle of 176.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E1D8 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB73225216-
CMYK0.6800.040.12
HSL176.45º71.7%58.43%-
HSV(B)176.45º67.56%88.24%-
XYZ42.0760.2274.37-
YUV178.53149.1452.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.20%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=14.20%
G=43.77%
B=42.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal732252160.6800.040.12176.4571.758.43
Hex49E1D84404Cb0483a
Octal111341330104041426011072
Binary10010011110000111011000100010001001100101100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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