#49F6E1

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

Shades of Turquoise #49F6E1

Tints of Turquoise #49F6E1

Color information

#49F6E1 (or 0x49F6E1) is unknown color: approx Turquoise. HEX triplet: 49, F6 and E1. RGB value is (73,246,225). Sum of RGB (Red+Green+Blue) = 73+246+225=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F6E1 is #B6091E. Grayscale: #BFBFBF. Windows color (decimal): -11929887 or 14808649. OLE color: 14808649.

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

Color convert

RGB73246225-
CMYK0.7000.090.04
HSL172.72º90.58%62.55%-
HSV(B)172.72º70.33%96.47%-
XYZ49.2972.7682.68-
YUV191.88146.6943.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.42%
GREEN value IS 246 (96.48% from 255) = 45.22%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=13.42%
G=45.22%
B=41.36%

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
Decimal732462250.7000.090.04172.7290.5862.55
Hex49F6E146094ad5b3f
Octal111366341106011425513377
Binary10010011111011011100001100011001001100101011011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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