#49F2CA

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

Shades of Turquoise #49F2CA

Tints of Turquoise #49F2CA

Color information

#49F2CA (or 0x49F2CA) is unknown color: approx Turquoise. HEX triplet: 49, F2 and CA. RGB value is (73,242,202). Sum of RGB (Red+Green+Blue) = 73+242+202=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2CA is #B60D35. Grayscale: #BABABA. Windows color (decimal): -11930934 or 13300297. OLE color: 13300297.

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

Color convert

RGB73242202-
CMYK0.7000.170.05
HSL165.8º86.67%61.76%-
HSV(B)165.8º69.83%94.9%-
XYZ45.1669.1866.85-
YUV186.91136.5146.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.12%
GREEN value IS 242 (94.92% from 255) = 46.81%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=14.12%
G=46.81%
B=39.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732422020.7000.170.05165.886.6761.76
Hex49F2CA460115a6573e
Octal111362312106021524612776
Binary100100111110010110010101000110010001101101001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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