#49DCC1

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

Shades of Turquoise #49DCC1

Tints of Turquoise #49DCC1

Color information

#49DCC1 (or 0x49DCC1) is unknown color: approx Turquoise. HEX triplet: 49, DC and C1. RGB value is (73,220,193). Sum of RGB (Red+Green+Blue) = 73+220+193=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCC1 is #B6233E. Grayscale: #ACACAC. Windows color (decimal): -11936575 or 12704841. OLE color: 12704841.

HSL color Cylindrical-coordinate representation of color #49DCC1: hue angle of 168.98º degrees, saturation: 0.68, 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 #49DCC1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB73220193-
CMYK0.6700.120.14
HSL168.98º67.74%57.45%-
HSV(B)168.98º66.82%86.27%-
XYZ37.9756.4559.35-
YUV172.97139.356.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.02%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=15.02%
G=45.27%
B=39.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732201930.6700.120.14168.9867.7457.45
Hex49DCC1430CEa94439
Octal1113343011030141625110471
Binary100100111011100110000011000011011001110101010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,220,193); }

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

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

 a { background-color: rgb(73,220,193); }

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

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

 span { border-color: rgb(73,220,193); }

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