#49F5E0

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

Shades of Turquoise #49F5E0

Tints of Turquoise #49F5E0

Color information

#49F5E0 (or 0x49F5E0) is unknown color: approx Turquoise. HEX triplet: 49, F5 and E0. RGB value is (73,245,224). Sum of RGB (Red+Green+Blue) = 73+245+224=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5E0 is #B60A1F. Grayscale: #BFBFBF. Windows color (decimal): -11930144 or 14742857. OLE color: 14742857.

HSL color Cylindrical-coordinate representation of color #49F5E0: hue angle of 172.67º degrees, saturation: 0.9, 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 #49F5E0 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB73245224-
CMYK0.7000.090.04
HSL172.67º89.58%62.35%-
HSV(B)172.67º70.2%96.08%-
XYZ48.8572.181.86-
YUV191.18146.5243.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.47%
GREEN value IS 245 (96.09% from 255) = 45.20%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=13.47%
G=45.20%
B=41.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732452240.7000.090.04172.6789.5862.35
Hex49F5E046094ad5a3e
Octal111365340106011425513276
Binary10010011111010111100000100011001001100101011011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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