#49F2B0

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

Shades of Turquoise #49F2B0

Tints of Turquoise #49F2B0

Color information

#49F2B0 (or 0x49F2B0) is unknown color: approx Turquoise. HEX triplet: 49, F2 and B0. RGB value is (73,242,176). Sum of RGB (Red+Green+Blue) = 73+242+176=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F2B0 is #B60D4F. Grayscale: #B8B8B8. Windows color (decimal): -11930960 or 11596361. OLE color: 11596361.

HSL color Cylindrical-coordinate representation of color #49F2B0: hue angle of 156.57º 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 #49F2B0 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB73242176-
CMYK0.7000.270.05
HSL156.57º86.67%61.76%-
HSV(B)156.57º69.83%94.9%-
XYZ42.3468.0651.98-
YUV183.94123.5148.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.87%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=14.87%
G=49.29%
B=35.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732421760.7000.270.05156.5786.6761.76
Hex49F2B04601B59d573e
Octal111362260106033523512776
Binary100100111110010101100001000110011011101100111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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