#4FD6C3

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

Shades of Medium Turquoise #4FD6C3

Tints of Medium Turquoise #4FD6C3

Color information

#4FD6C3 (or 0x4FD6C3) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D6 and C3. RGB value is (79,214,195). Sum of RGB (Red+Green+Blue) = 79+214+195=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #4FD6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD6C3 is #B0293C. Grayscale: #ABABAB. Windows color (decimal): -11544893 or 12834383. OLE color: 12834383.

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

Color convert

RGB79214195-
CMYK0.6300.090.16
HSL171.56º62.21%57.45%-
HSV(B)171.56º63.08%83.92%-
XYZ37.1253.760.04-
YUV171.47141.2762.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.19%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=16.19%
G=43.85%
B=39.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal792141950.6300.090.16171.5662.2157.45
Hex4FD6C33F0910ac3e39
Octal11732630377011202547671
Binary10011111101011011000011111111010011000010101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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