#49FDE6

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

Shades of Turquoise #49FDE6

Tints of Turquoise #49FDE6

Color information

#49FDE6 (or 0x49FDE6) is unknown color: approx Turquoise. HEX triplet: 49, FD and E6. RGB value is (73,253,230). Sum of RGB (Red+Green+Blue) = 73+253+230=556 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.13% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDE6 is #B60219. Grayscale: #C4C4C4. Windows color (decimal): -11928090 or 15138121. OLE color: 15138121.

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

Color convert

RGB73253230-
CMYK0.7100.090.01
HSL172.33º97.83%63.92%-
HSV(B)172.33º71.15%99.22%-
XYZ52.1677.3887.05-
YUV196.56146.8739.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.13%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=13.13%
G=45.50%
B=41.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732532300.7100.090.01172.3397.8363.92
Hex49FDE647091ac6240
Octal1113753461070111254142100
Binary1001001111111011110011010001110100111010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,253,230); }

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

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

 a { background-color: rgb(73,253,230); }

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

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

 span { border-color: rgb(73,253,230); }

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