#49F2C9

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

Shades of Turquoise #49F2C9

Tints of Turquoise #49F2C9

Color information

#49F2C9 (or 0x49F2C9) is unknown color: approx Turquoise. HEX triplet: 49, F2 and C9. RGB value is (73,242,201). Sum of RGB (Red+Green+Blue) = 73+242+201=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2C9 is #B60D36. Grayscale: #BABABA. Windows color (decimal): -11930935 or 13234761. OLE color: 13234761.

HSL color Cylindrical-coordinate representation of color #49F2C9: hue angle of 165.44º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2C9 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB73242201-
CMYK0.7000.170.05
HSL165.44º86.67%61.76%-
HSV(B)165.44º69.83%94.9%-
XYZ45.0469.1466.23-
YUV186.8136.0146.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.15%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=14.15%
G=46.90%
B=38.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732422010.7000.170.05165.4486.6761.76
Hex49F2C9460115a5573e
Octal111362311106021524512776
Binary100100111110010110010011000110010001101101001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,242,201); }

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

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

 a { background-color: rgb(73,242,201); }

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

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

 span { border-color: rgb(73,242,201); }

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