#49F0B2

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

Shades of Turquoise #49F0B2

Tints of Turquoise #49F0B2

Color information

#49F0B2 (or 0x49F0B2) is unknown color: approx Turquoise. HEX triplet: 49, F0 and B2. RGB value is (73,240,178). Sum of RGB (Red+Green+Blue) = 73+240+178=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F0B2 is #B60F4D. Grayscale: #B7B7B7. Windows color (decimal): -11931470 or 11726921. OLE color: 11726921.

HSL color Cylindrical-coordinate representation of color #49F0B2: hue angle of 157.72º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F0B2 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB73240178-
CMYK0.7000.260.06
HSL157.72º84.77%61.37%-
HSV(B)157.72º69.58%94.12%-
XYZ41.9466.9552.83-
YUV183125.1749.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.87%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=14.87%
G=48.88%
B=36.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732401780.7000.260.06157.7284.7761.37
Hex49F0B24601A69e553d
Octal111360262106032623612575
Binary100100111110000101100101000110011010110100111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,240,178); }

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

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

 a { background-color: rgb(73,240,178); }

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

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

 span { border-color: rgb(73,240,178); }

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