#4FD0C9

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

Shades of Medium Turquoise #4FD0C9

Tints of Medium Turquoise #4FD0C9

Color information

#4FD0C9 (or 0x4FD0C9) is unknown color: approx Medium Turquoise. HEX triplet: 4F, D0 and C9. RGB value is (79,208,201). Sum of RGB (Red+Green+Blue) = 79+208+201=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD0C9 is #B02F36. Grayscale: #A8A8A8. Windows color (decimal): -11546423 or 13226063. OLE color: 13226063.

HSL color Cylindrical-coordinate representation of color #4FD0C9: hue angle of 176.74º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD0C9 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB79208201-
CMYK0.6200.030.18
HSL176.74º57.85%56.27%-
HSV(B)176.74º62.02%81.57%-
XYZ36.3250.9963.19-
YUV168.63146.2664.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.19%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=16.19%
G=42.62%
B=41.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal792082010.6200.030.18176.7457.8556.27
Hex4FD0C93E0312b13a38
Octal1173203117603222617270
Binary100111111010000110010011111100111001010110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,208,201); }

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

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

 a { background-color: rgb(79,208,201); }

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

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

 span { border-color: rgb(79,208,201); }

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