#4FD5DF

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

Shades of Medium Turquoise #4FD5DF

Tints of Medium Turquoise #4FD5DF

Color information

#4FD5DF (or 0x4FD5DF) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D5 and DF. RGB value is (79,213,223). Sum of RGB (Red+Green+Blue) = 79+213+223=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FD5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD5DF is #B02A20. Grayscale: #ADADAD. Windows color (decimal): -11545121 or 14669135. OLE color: 14669135.

HSL color Cylindrical-coordinate representation of color #4FD5DF: hue angle of 184.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FD5DF is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79213223-
CMYK0.650.0400.13
HSL184.17º69.23%59.22%-
HSV(B)184.17º64.57%87.45%-
XYZ40.3454.5878.22-
YUV174.07155.6160.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.34%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=15.34%
G=41.36%
B=43.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal792132230.650.0400.13184.1769.2359.22
Hex4FD5DF4140Db8453b
Octal117325337101401527010573
Binary10011111101010111011111100000110001101101110001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,213,223); }

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

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

 a { background-color: rgb(79,213,223); }

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

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

 span { border-color: rgb(79,213,223); }

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