#49CBBA

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

Shades of Medium Turquoise #49CBBA

Tints of Medium Turquoise #49CBBA

Color information

#49CBBA (or 0x49CBBA) is unknown color: approx Medium Turquoise. HEX triplet: 49, CB and BA. RGB value is (73,203,186). Sum of RGB (Red+Green+Blue) = 73+203+186=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBBA is #B63445. Grayscale: #A2A2A2. Windows color (decimal): -11940934 or 12241737. OLE color: 12241737.

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

Color convert

RGB73203186-
CMYK0.6400.080.20
HSL172.15º55.56%54.12%-
HSV(B)172.15º64.04%79.61%-
XYZ32.9747.6753.92-
YUV162.19141.4364.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.80%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=15.80%
G=43.94%
B=40.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031860.6400.080.20172.1555.5654.12
Hex49CBBA400814ac3836
Octal111313272100010242547066
Binary100100111001011101110101000000010001010010101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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