#49EAE0

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

Shades of Turquoise #49EAE0

Tints of Turquoise #49EAE0

Color information

#49EAE0 (or 0x49EAE0) is unknown color: approx Turquoise. HEX triplet: 49, EA and E0. RGB value is (73,234,224). Sum of RGB (Red+Green+Blue) = 73+234+224=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAE0 is #B6151F. Grayscale: #B8B8B8. Windows color (decimal): -11932960 or 14740041. OLE color: 14740041.

HSL color Cylindrical-coordinate representation of color #49EAE0: hue angle of 176.27º 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 #49EAE0 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB73234224-
CMYK0.6900.040.08
HSL176.27º79.31%60.2%-
HSV(B)176.27º68.8%91.76%-
XYZ45.6365.6480.79-
YUV184.72150.1648.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.75%
GREEN value IS 234 (91.80% from 255) = 44.07%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=13.75%
G=44.07%
B=42.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732342240.6900.040.08176.2779.3160.2
Hex49EAE045048b04f3c
Octal111352340105041026011774
Binary10010011110101011100000100010101001000101100001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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