#49FED9

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

Shades of Turquoise #49FED9

Tints of Turquoise #49FED9

Color information

#49FED9 (or 0x49FED9) is unknown color: approx Turquoise. HEX triplet: 49, FE and D9. RGB value is (73,254,217). Sum of RGB (Red+Green+Blue) = 73+254+217=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #49FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FED9 is #B60126. Grayscale: #C3C3C3. Windows color (decimal): -11927847 or 14286409. OLE color: 14286409.

HSL color Cylindrical-coordinate representation of color #49FED9: hue angle of 167.73º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FED9 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB73254217-
CMYK0.7100.150.00
HSL167.73º98.91%64.12%-
HSV(B)167.73º71.26%99.61%-
XYZ50.7177.3177.9-
YUV195.66140.0340.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.42%
GREEN value IS 254 (99.61% from 255) = 46.69%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=13.42%
G=46.69%
B=39.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal732542170.7100.150.00167.7398.9164.12
Hex49FED9470F0a86340
Octal1113763311070170250143100
Binary1001001111111101101100110001110111101010100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,254,217); }

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

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

 a { background-color: rgb(73,254,217); }

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

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

 span { border-color: rgb(73,254,217); }

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