#4FC9C3

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

Shades of Medium Turquoise #4FC9C3

Tints of Medium Turquoise #4FC9C3

Color information

#4FC9C3 (or 0x4FC9C3) is unknown color: approx Medium Turquoise. HEX triplet: 4F, C9 and C3. RGB value is (79,201,195). Sum of RGB (Red+Green+Blue) = 79+201+195=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #4FC9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC9C3 is #B0363C. Grayscale: #A3A3A3. Windows color (decimal): -11548221 or 12831055. OLE color: 12831055.

HSL color Cylindrical-coordinate representation of color #4FC9C3: hue angle of 177.05º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC9C3 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB79201195-
CMYK0.6100.030.21
HSL177.05º53.04%54.9%-
HSV(B)177.05º60.7%78.82%-
XYZ33.9647.3858.98-
YUV163.84145.5867.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.63%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=16.63%
G=42.32%
B=41.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal792011950.6100.030.21177.0553.0454.9
Hex4FC9C33D0315b13537
Octal1173113037503252616567
Binary100111111001001110000111111010111010110110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,201,195); }

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

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

 a { background-color: rgb(79,201,195); }

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

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

 span { border-color: rgb(79,201,195); }

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