#49F2DA

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

Shades of Turquoise #49F2DA

Tints of Turquoise #49F2DA

Color information

#49F2DA (or 0x49F2DA) is unknown color: approx Turquoise. HEX triplet: 49, F2 and DA. RGB value is (73,242,218). Sum of RGB (Red+Green+Blue) = 73+242+218=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2DA is #B60D25. Grayscale: #BCBCBC. Windows color (decimal): -11930918 or 14348873. OLE color: 14348873.

HSL color Cylindrical-coordinate representation of color #49F2DA: hue angle of 171.48º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2DA is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB73242218-
CMYK0.7000.100.05
HSL171.48º86.67%61.76%-
HSV(B)171.48º69.83%94.9%-
XYZ47.1569.9877.35-
YUV188.73144.5145.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.70%
GREEN value IS 242 (94.92% from 255) = 45.40%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=13.70%
G=45.40%
B=40.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732422180.7000.100.05171.4886.6761.76
Hex49F2DA460A5ab573e
Octal111362332106012525312776
Binary10010011111001011011010100011001010101101010111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,242,218); }

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

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

 a { background-color: rgb(73,242,218); }

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

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

 span { border-color: rgb(73,242,218); }

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