#4FDAC6

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

Shades of Medium Turquoise #4FDAC6

Tints of Medium Turquoise #4FDAC6

Color information

#4FDAC6 (or 0x4FDAC6) is unknown color: approx Medium Turquoise. HEX triplet: 4F, DA and C6. RGB value is (79,218,198). Sum of RGB (Red+Green+Blue) = 79+218+198=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDAC6 is #B02539. Grayscale: #AEAEAE. Windows color (decimal): -11543866 or 13032015. OLE color: 13032015.

HSL color Cylindrical-coordinate representation of color #4FDAC6: hue angle of 171.37º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDAC6 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB79218198-
CMYK0.6400.090.15
HSL171.37º65.26%58.24%-
HSV(B)171.37º63.76%85.49%-
XYZ38.4955.8862.18-
YUV174.16141.4560.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.96%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 198 (77.73% from 255) = 40%
R=15.96%
G=44.04%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal792181980.6400.090.15171.3765.2658.24
Hex4FDAC64009Fab413a
Octal1173323061000111725310172
Binary100111111011010110001101000000010011111101010111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,218,198); }

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

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

 a { background-color: rgb(79,218,198); }

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

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

 span { border-color: rgb(79,218,198); }

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