#4FD7CE

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

Shades of Medium Turquoise #4FD7CE

Tints of Medium Turquoise #4FD7CE

Color information

#4FD7CE (or 0x4FD7CE) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D7 and CE. RGB value is (79,215,206). Sum of RGB (Red+Green+Blue) = 79+215+206=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD7CE is #B02831. Grayscale: #ADADAD. Windows color (decimal): -11544626 or 13555535. OLE color: 13555535.

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

Color convert

RGB79215206-
CMYK0.6300.040.16
HSL176.03º62.96%57.65%-
HSV(B)176.03º63.26%84.31%-
XYZ38.6754.7266.92-
YUV173.31146.4460.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.8%
GREEN value IS 215 (84.38% from 255) = 43%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=15.8%
G=43%
B=41.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal792152060.6300.040.16176.0362.9657.65
Hex4FD7CE3F0410b03f3a
Octal1173273167704202607772
Binary1001111110101111100111011111101001000010110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,215,206); }

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

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

 a { background-color: rgb(79,215,206); }

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

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

 span { border-color: rgb(79,215,206); }

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