#4FD4C0

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

Shades of Medium Turquoise #4FD4C0

Tints of Medium Turquoise #4FD4C0

Color information

#4FD4C0 (or 0x4FD4C0) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D4 and C0. RGB value is (79,212,192). Sum of RGB (Red+Green+Blue) = 79+212+192=483 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.36% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #4FD4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD4C0 is #B02B3F. Grayscale: #A9A9A9. Windows color (decimal): -11545408 or 12637263. OLE color: 12637263.

HSL color Cylindrical-coordinate representation of color #4FD4C0: hue angle of 170.98º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD4C0 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB79212192-
CMYK0.6300.090.17
HSL170.98º60.73%57.06%-
HSV(B)170.98º62.74%83.14%-
XYZ36.2852.5658.1-
YUV169.95140.4463.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.36%
GREEN value IS 212 (83.20% from 255) = 43.89%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=16.36%
G=43.89%
B=39.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal792121920.6300.090.17170.9860.7357.06
Hex4FD4C03F0911ab3d39
Octal11732430077011212537571
Binary10011111101010011000000111111010011000110101011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,212,192); }

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

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

 a { background-color: rgb(79,212,192); }

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

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

 span { border-color: rgb(79,212,192); }

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