#4FCAB7

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

Shades of Medium Turquoise #4FCAB7

Tints of Medium Turquoise #4FCAB7

Color information

#4FCAB7 (or 0x4FCAB7) is unknown color: approx Medium Turquoise. HEX triplet: 4F, CA and B7. RGB value is (79,202,183). Sum of RGB (Red+Green+Blue) = 79+202+183=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAB7 is #B03548. Grayscale: #A3A3A3. Windows color (decimal): -11547977 or 12044879. OLE color: 12044879.

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

Color convert

RGB79202183-
CMYK0.6100.090.21
HSL170.73º53.71%55.1%-
HSV(B)170.73º60.89%79.22%-
XYZ32.8947.3252.2-
YUV163.06139.2568.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.03%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=17.03%
G=43.53%
B=39.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal792021830.6100.090.21170.7353.7155.1
Hex4FCAB73D0915ab3637
Octal11731226775011252536667
Binary10011111100101010110111111101010011010110101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,202,183); }

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

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

 a { background-color: rgb(79,202,183); }

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

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

 span { border-color: rgb(79,202,183); }

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