#4FDDC5

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

Shades of Medium Turquoise #4FDDC5

Tints of Medium Turquoise #4FDDC5

Color information

#4FDDC5 (or 0x4FDDC5) is unknown color: approx Medium Turquoise. HEX triplet: 4F, DD and C5. RGB value is (79,221,197). Sum of RGB (Red+Green+Blue) = 79+221+197=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDC5 is #B0223A. Grayscale: #AFAFAF. Windows color (decimal): -11543099 or 12967247. OLE color: 12967247.

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

Color convert

RGB79221197-
CMYK0.6400.110.13
HSL169.86º67.62%58.82%-
HSV(B)169.86º64.25%86.67%-
XYZ39.1657.4161.84-
YUV175.81139.9658.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.90%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 197 (77.34% from 255) = 39.64%
R=15.90%
G=44.47%
B=39.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal792211970.6400.110.13169.8667.6258.82
Hex4FDDC5400BDaa443b
Octal1173353051000131525210473
Binary100111111011101110001011000000010111101101010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,221,197); }

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

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

 a { background-color: rgb(79,221,197); }

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

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

 span { border-color: rgb(79,221,197); }

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