#49DBC6

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

Shades of Turquoise #49DBC6

Tints of Turquoise #49DBC6

Color information

#49DBC6 (or 0x49DBC6) is unknown color: approx Turquoise. HEX triplet: 49, DB and C6. RGB value is (73,219,198). Sum of RGB (Red+Green+Blue) = 73+219+198=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBC6 is #B62439. Grayscale: #ACACAC. Windows color (decimal): -11936826 or 13032265. OLE color: 13032265.

HSL color Cylindrical-coordinate representation of color #49DBC6: hue angle of 171.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBC6 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB73219198-
CMYK0.6700.100.14
HSL171.37º66.97%57.25%-
HSV(B)171.37º66.67%85.88%-
XYZ38.2756.1662.25-
YUV172.95142.1356.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.90%
GREEN value IS 219 (85.94% from 255) = 44.69%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=14.90%
G=44.69%
B=40.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191980.6700.100.14171.3766.9757.25
Hex49DBC6430AEab4339
Octal1113333061030121625310371
Binary100100111011011110001101000011010101110101010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,198); }

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

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

 a { background-color: rgb(73,219,198); }

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

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

 span { border-color: rgb(73,219,198); }

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