#49EAD9

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

Shades of Turquoise #49EAD9

Tints of Turquoise #49EAD9

Color information

#49EAD9 (or 0x49EAD9) is unknown color: approx Turquoise. HEX triplet: 49, EA and D9. RGB value is (73,234,217). Sum of RGB (Red+Green+Blue) = 73+234+217=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAD9 is #B61526. Grayscale: #B7B7B7. Windows color (decimal): -11932967 or 14281289. OLE color: 14281289.

HSL color Cylindrical-coordinate representation of color #49EAD9: hue angle of 173.66º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAD9 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB73234217-
CMYK0.6900.070.08
HSL173.66º79.31%60.2%-
HSV(B)173.66º68.8%91.76%-
XYZ44.6965.2775.89-
YUV183.92146.6648.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.93%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=13.93%
G=44.66%
B=41.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732342170.6900.070.08173.6679.3160.2
Hex49EAD945078ae4f3c
Octal111352331105071025611774
Binary10010011110101011011001100010101111000101011101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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