#4FC2BE

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

Shades of Medium Turquoise #4FC2BE

Tints of Medium Turquoise #4FC2BE

Color information

#4FC2BE (or 0x4FC2BE) is unknown color: approx Medium Turquoise. HEX triplet: 4F, C2 and BE. RGB value is (79,194,190). Sum of RGB (Red+Green+Blue) = 79+194+190=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC2BE is #B03D41. Grayscale: #9F9F9F. Windows color (decimal): -11550018 or 12501583. OLE color: 12501583.

HSL color Cylindrical-coordinate representation of color #4FC2BE: hue angle of 177.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC2BE is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB79194190-
CMYK0.5900.020.24
HSL177.91º48.52%53.53%-
HSV(B)177.91º59.28%76.08%-
XYZ31.8143.9655.52-
YUV159.16145.470.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.06%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=17.06%
G=41.90%
B=41.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791941900.5900.020.24177.9148.5253.53
Hex4FC2BE3B0218b23136
Octal1173022767302302626166
Binary100111111000010101111101110110101100010110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FC2BE; }

 p { color: rgb(79,194,190); }

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

<style>
 a { background-color: #4FC2BE; }

 a { background-color: rgb(79,194,190); }

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

<style>
 span { border-color: #4FC2BE; }

 span { border-color: rgb(79,194,190); }

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