#49CBBD

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

Shades of Medium Turquoise #49CBBD

Tints of Medium Turquoise #49CBBD

Color information

#49CBBD (or 0x49CBBD) is unknown color: approx Medium Turquoise. HEX triplet: 49, CB and BD. RGB value is (73,203,189). Sum of RGB (Red+Green+Blue) = 73+203+189=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBBD is #B63442. Grayscale: #A2A2A2. Windows color (decimal): -11940931 or 12438345. OLE color: 12438345.

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

Color convert

RGB73203189-
CMYK0.6400.070.20
HSL173.54º55.56%54.12%-
HSV(B)173.54º64.04%79.61%-
XYZ33.2947.855.62-
YUV162.53142.9364.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.70%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=15.70%
G=43.66%
B=40.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031890.6400.070.20173.5455.5654.12
Hex49CBBD400714ae3836
Octal11131327510007242567066
Binary10010011100101110111101100000001111010010101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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