#49FADE

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

Shades of Turquoise #49FADE

Tints of Turquoise #49FADE

Color information

#49FADE (or 0x49FADE) is unknown color: approx Turquoise. HEX triplet: 49, FA and DE. RGB value is (73,250,222). Sum of RGB (Red+Green+Blue) = 73+250+222=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #49FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FADE is #B60521. Grayscale: #C1C1C1. Windows color (decimal): -11928866 or 14613065. OLE color: 14613065.

HSL color Cylindrical-coordinate representation of color #49FADE: hue angle of 170.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FADE is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB73250222-
CMYK0.7100.110.02
HSL170.51º94.65%63.33%-
HSV(B)170.51º70.8%98.04%-
XYZ50.1275.0680.95-
YUV193.88143.8641.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.39%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=13.39%
G=45.87%
B=40.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732502220.7100.110.02170.5194.6563.33
Hex49FADE470B2ab5f3f
Octal111372336107013225313777
Binary1001001111110101101111010001110101110101010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,250,222); }

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

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

 a { background-color: rgb(73,250,222); }

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

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

 span { border-color: rgb(73,250,222); }

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