#49CCBE

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

Shades of Medium Turquoise #49CCBE

Tints of Medium Turquoise #49CCBE

Color information

#49CCBE (or 0x49CCBE) is unknown color: approx Medium Turquoise. HEX triplet: 49, CC and BE. RGB value is (73,204,190). Sum of RGB (Red+Green+Blue) = 73+204+190=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBE is #B63341. Grayscale: #A3A3A3. Windows color (decimal): -11940674 or 12504137. OLE color: 12504137.

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

Color convert

RGB73204190-
CMYK0.6400.070.2
HSL173.59º56.22%54.31%-
HSV(B)173.59º64.22%80%-
XYZ33.6348.3256.27-
YUV163.23143.163.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.63%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=15.63%
G=43.68%
B=40.69%

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
Decimal732041900.6400.070.2173.5956.2254.31
Hex49CCBE400714ae3836
Octal11131427610007242567066
Binary10010011100110010111110100000001111010010101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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