#49F0C9

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

Shades of Turquoise #49F0C9

Tints of Turquoise #49F0C9

Color information

#49F0C9 (or 0x49F0C9) is unknown color: approx Turquoise. HEX triplet: 49, F0 and C9. RGB value is (73,240,201). Sum of RGB (Red+Green+Blue) = 73+240+201=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0C9 is #B60F36. Grayscale: #B9B9B9. Windows color (decimal): -11931447 or 13234249. OLE color: 13234249.

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

Color convert

RGB73240201-
CMYK0.7000.160.06
HSL165.99º84.77%61.37%-
HSV(B)165.99º69.58%94.12%-
XYZ44.4567.9566.03-
YUV185.62136.6747.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.20%
GREEN value IS 240 (94.14% from 255) = 46.69%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=14.20%
G=46.69%
B=39.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732402010.7000.160.06165.9984.7761.37
Hex49F0C9460106a6553d
Octal111360311106020624612575
Binary100100111110000110010011000110010000110101001101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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