#49CFBE

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

Shades of Medium Turquoise #49CFBE

Tints of Medium Turquoise #49CFBE

Color information

#49CFBE (or 0x49CFBE) is unknown color: approx Medium Turquoise. HEX triplet: 49, CF and BE. RGB value is (73,207,190). Sum of RGB (Red+Green+Blue) = 73+207+190=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFBE is #B63041. Grayscale: #A4A4A4. Windows color (decimal): -11939906 or 12504905. OLE color: 12504905.

HSL color Cylindrical-coordinate representation of color #49CFBE: hue angle of 172.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFBE is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB73207190-
CMYK0.6500.080.19
HSL172.39º58.26%54.9%-
HSV(B)172.39º64.73%81.18%-
XYZ34.3549.7656.51-
YUV165142.1162.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.53%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=15.53%
G=44.04%
B=40.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732071900.6500.080.19172.3958.2654.9
Hex49CFBE410813ac3a37
Octal111317276101010232547267
Binary100100111001111101111101000001010001001110101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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