#4FD7C8

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

Shades of Medium Turquoise #4FD7C8

Tints of Medium Turquoise #4FD7C8

Color information

#4FD7C8 (or 0x4FD7C8) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D7 and C8. RGB value is (79,215,200). Sum of RGB (Red+Green+Blue) = 79+215+200=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD7C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD7C8 is #B02837. Grayscale: #ACACAC. Windows color (decimal): -11544632 or 13162319. OLE color: 13162319.

HSL color Cylindrical-coordinate representation of color #4FD7C8: hue angle of 173.38º 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 #4FD7C8 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB79215200-
CMYK0.6300.070.16
HSL173.38º62.96%57.65%-
HSV(B)173.38º63.26%84.31%-
XYZ37.9554.4363.15-
YUV172.63143.4461.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.99%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 200 (78.52% from 255) = 40.49%
R=15.99%
G=43.52%
B=40.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal792152000.6300.070.16173.3862.9657.65
Hex4FD7C83F0710ad3f3a
Octal1173273107707202557772
Binary1001111110101111100100011111101111000010101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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