#49dfb3

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

Shades of Turquoise #49DFB3

Tints of Turquoise #49DFB3

Color information

#49DFB3 (or 0x49DFB3) is unknown color: approx Turquoise. HEX triplet: 49, DF and B3. RGB value is (73,223,179). Sum of RGB (Red+Green+Blue) = 73+223+179=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFB3 is #B6204C. Grayscale: #ADADAD. Windows color (decimal): -11935821 or 11788105. OLE color: 11788105.

HSL color Cylindrical-coordinate representation of color #49DFB3: hue angle of 162.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFB3 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB73223179-
CMYK0.6700.200.13
HSL162.4º70.09%58.04%-
HSV(B)162.4º67.26%87.45%-
XYZ37.2757.4551.77-
YUV173.13131.356.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=15.37%
G=46.95%
B=37.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732231790.6700.200.13162.470.0958.04
Hex49DFB343014Da2463a
Octal1113372631030241524210672
Binary1001001110111111011001110000110101001101101000101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49dfb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,223,179); }

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

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

 a { background-color: rgb(73,223,179); }

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

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

 span { border-color: rgb(73,223,179); }

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