#49f4ae

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

Shades of Turquoise #49F4AE

Tints of Turquoise #49F4AE

Color information

#49F4AE (or 0x49F4AE) is unknown color: approx Turquoise. HEX triplet: 49, F4 and AE. RGB value is (73,244,174). Sum of RGB (Red+Green+Blue) = 73+244+174=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #49F4AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F4AE is #B60B51. Grayscale: #B9B9B9. Windows color (decimal): -11930450 or 11465801. OLE color: 11465801.

HSL color Cylindrical-coordinate representation of color #49F4AE: hue angle of 155.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F4AE is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB73244174-
CMYK0.7000.290.04
HSL155.44º88.6%62.16%-
HSV(B)155.44º70.08%95.69%-
XYZ42.7469.1751.14-
YUV184.89121.8548.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.87%
GREEN value IS 244 (95.70% from 255) = 49.69%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=14.87%
G=49.69%
B=35.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732441740.7000.290.04155.4488.662.16
Hex49F4AE4601D49b593e
Octal111364256106035423313176
Binary100100111110100101011101000110011101100100110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49f4ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,244,174); }

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

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

 a { background-color: rgb(73,244,174); }

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

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

 span { border-color: rgb(73,244,174); }

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