#49CBBF

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

Shades of Medium Turquoise #49CBBF

Tints of Medium Turquoise #49CBBF

Color information

#49CBBF (or 0x49CBBF) is unknown color: approx Medium Turquoise. HEX triplet: 49, CB and BF. RGB value is (73,203,191). Sum of RGB (Red+Green+Blue) = 73+203+191=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBBF is #B63440. Grayscale: #A2A2A2. Windows color (decimal): -11940929 or 12569417. OLE color: 12569417.

HSL color Cylindrical-coordinate representation of color #49CBBF: hue angle of 174.46º 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 #49CBBF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB73203191-
CMYK0.6400.060.20
HSL174.46º55.56%54.12%-
HSV(B)174.46º64.04%79.61%-
XYZ33.5147.8956.77-
YUV162.76143.9363.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.63%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 191 (75% from 255) = 40.90%
R=15.63%
G=43.47%
B=40.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031910.6400.060.20174.4655.5654.12
Hex49CBBF400614ae3836
Octal11131327710006242567066
Binary10010011100101110111111100000001101010010101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,203,191); }

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

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

 a { background-color: rgb(73,203,191); }

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

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

 span { border-color: rgb(73,203,191); }

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