#49DDBB

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

Shades of Turquoise #49DDBB

Tints of Turquoise #49DDBB

Color information

#49DDBB (or 0x49DDBB) is unknown color: approx Turquoise. HEX triplet: 49, DD and BB. RGB value is (73,221,187). Sum of RGB (Red+Green+Blue) = 73+221+187=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDBB is #B62244. Grayscale: #ACACAC. Windows color (decimal): -11936325 or 12311881. OLE color: 12311881.

HSL color Cylindrical-coordinate representation of color #49DDBB: hue angle of 166.22º degrees, saturation: 0.69, 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 #49DDBB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB73221187-
CMYK0.6700.150.13
HSL166.22º68.52%57.65%-
HSV(B)166.22º66.97%86.67%-
XYZ37.5756.7255.98-
YUV172.87135.9756.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.18%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=15.18%
G=45.95%
B=38.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732211870.6700.150.13166.2268.5257.65
Hex49DDBB430FDa6453a
Octal1113352731030171524610572
Binary100100111011101101110111000011011111101101001101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,221,187); }

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

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

 a { background-color: rgb(73,221,187); }

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

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

 span { border-color: rgb(73,221,187); }

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