#4FCBC5

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

Shades of Medium Turquoise #4FCBC5

Tints of Medium Turquoise #4FCBC5

Color information

#4FCBC5 (or 0x4FCBC5) is unknown color: approx Medium Turquoise. HEX triplet: 4F, CB and C5. RGB value is (79,203,197). Sum of RGB (Red+Green+Blue) = 79+203+197=479 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.49% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBC5 is #B0343A. Grayscale: #A5A5A5. Windows color (decimal): -11547707 or 12962639. OLE color: 12962639.

HSL color Cylindrical-coordinate representation of color #4FCBC5: hue angle of 177.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBC5 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB79203197-
CMYK0.6100.030.20
HSL177.1º54.39%55.29%-
HSV(B)177.1º61.08%79.61%-
XYZ34.6648.4160.34-
YUV165.24145.9266.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.49%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=16.49%
G=42.38%
B=41.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal792031970.6100.030.20177.154.3955.29
Hex4FCBC53D0314b13637
Octal1173133057503242616667
Binary100111111001011110001011111010111010010110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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