#49CCBC

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

Shades of Medium Turquoise #49CCBC

Tints of Medium Turquoise #49CCBC

Color information

#49CCBC (or 0x49CCBC) is unknown color: approx Medium Turquoise. HEX triplet: 49, CC and BC. RGB value is (73,204,188). Sum of RGB (Red+Green+Blue) = 73+204+188=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBC is #B63343. Grayscale: #A2A2A2. Windows color (decimal): -11940676 or 12373065. OLE color: 12373065.

HSL color Cylindrical-coordinate representation of color #49CCBC: hue angle of 172.67º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCBC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB73204188-
CMYK0.6400.080.2
HSL172.67º56.22%54.31%-
HSV(B)172.67º64.22%80%-
XYZ33.4248.2355.13-
YUV163.01142.163.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.70%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=15.70%
G=43.87%
B=40.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal732041880.6400.080.2172.6756.2254.31
Hex49CCBC400814ad3836
Octal111314274100010242557066
Binary100100111001100101111001000000010001010010101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,204,188); }

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

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

 a { background-color: rgb(73,204,188); }

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

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

 span { border-color: rgb(73,204,188); }

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