#49FAD5

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

Shades of Turquoise #49FAD5

Tints of Turquoise #49FAD5

Color information

#49FAD5 (or 0x49FAD5) is unknown color: approx Turquoise. HEX triplet: 49, FA and D5. RGB value is (73,250,213). Sum of RGB (Red+Green+Blue) = 73+250+213=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAD5 is #B6052A. Grayscale: #C0C0C0. Windows color (decimal): -11928875 or 14023241. OLE color: 14023241.

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

Color convert

RGB73250213-
CMYK0.7100.150.02
HSL167.46º94.65%63.33%-
HSV(B)167.46º70.8%98.04%-
XYZ48.9474.5974.77-
YUV192.86139.3642.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.62%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=13.62%
G=46.64%
B=39.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732502130.7100.150.02167.4694.6563.33
Hex49FAD5470F2a75f3f
Octal111372325107017224713777
Binary1001001111110101101010110001110111110101001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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