#4fd9ba

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

Shades of Medium Turquoise #4FD9BA

Tints of Medium Turquoise #4FD9BA

Color information

#4FD9BA (or 0x4FD9BA) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D9 and BA. RGB value is (79,217,186). Sum of RGB (Red+Green+Blue) = 79+217+186=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9BA is #B02645. Grayscale: #ACACAC. Windows color (decimal): -11544134 or 12245327. OLE color: 12245327.

HSL color Cylindrical-coordinate representation of color #4FD9BA: hue angle of 166.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FD9BA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB79217186-
CMYK0.6400.140.15
HSL166.52º64.49%58.04%-
HSV(B)166.52º63.59%85.1%-
XYZ36.954.8355.09-
YUV172.2135.7861.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.39%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=16.39%
G=45.02%
B=38.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal792171860.6400.140.15166.5264.4958.04
Hex4FD9BA400EFa7403a
Octal1173312721000161724710072
Binary100111111011001101110101000000011101111101001111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fd9ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,217,186); }

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

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

 a { background-color: rgb(79,217,186); }

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

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

 span { border-color: rgb(79,217,186); }

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