#49CCBD

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

Shades of Medium Turquoise #49CCBD

Tints of Medium Turquoise #49CCBD

Color information

#49CCBD (or 0x49CCBD) is unknown color: approx Medium Turquoise. HEX triplet: 49, CC and BD. RGB value is (73,204,189). Sum of RGB (Red+Green+Blue) = 73+204+189=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBD is #B63342. Grayscale: #A3A3A3. Windows color (decimal): -11940675 or 12438601. OLE color: 12438601.

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

Color convert

RGB73204189-
CMYK0.6400.070.2
HSL173.13º56.22%54.31%-
HSV(B)173.13º64.22%80%-
XYZ33.5348.2855.7-
YUV163.12142.663.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.67%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=15.67%
G=43.78%
B=40.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal732041890.6400.070.2173.1356.2254.31
Hex49CCBD400714ad3836
Octal11131427510007242557066
Binary10010011100110010111101100000001111010010101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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