#49FAD6

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

Shades of Turquoise #49FAD6

Tints of Turquoise #49FAD6

Color information

#49FAD6 (or 0x49FAD6) is unknown color: approx Turquoise. HEX triplet: 49, FA and D6. RGB value is (73,250,214). Sum of RGB (Red+Green+Blue) = 73+250+214=537 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.59% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAD6 is #B60529. Grayscale: #C0C0C0. Windows color (decimal): -11928874 or 14088777. OLE color: 14088777.

HSL color Cylindrical-coordinate representation of color #49FAD6: hue angle of 167.8º 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 #49FAD6 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB73250214-
CMYK0.7100.140.02
HSL167.8º94.65%63.33%-
HSV(B)167.8º70.8%98.04%-
XYZ49.0774.6475.44-
YUV192.97139.8642.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.59%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=13.59%
G=46.55%
B=39.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732502140.7100.140.02167.894.6563.33
Hex49FAD6470E2a85f3f
Octal111372326107016225013777
Binary1001001111110101101011010001110111010101010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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