#49F0C7

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

Shades of Turquoise #49F0C7

Tints of Turquoise #49F0C7

Color information

#49F0C7 (or 0x49F0C7) is unknown color: approx Turquoise. HEX triplet: 49, F0 and C7. RGB value is (73,240,199). Sum of RGB (Red+Green+Blue) = 73+240+199=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0C7 is #B60F38. Grayscale: #B9B9B9. Windows color (decimal): -11931449 or 13103177. OLE color: 13103177.

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

Color convert

RGB73240199-
CMYK0.7000.170.06
HSL165.27º84.77%61.37%-
HSV(B)165.27º69.58%94.12%-
XYZ44.2267.8664.8-
YUV185.39135.6747.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.26%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=14.26%
G=46.88%
B=38.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732401990.7000.170.06165.2784.7761.37
Hex49F0C7460116a5553d
Octal111360307106021624512575
Binary100100111110000110001111000110010001110101001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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