#4FC7BD

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

Shades of Medium Turquoise #4FC7BD

Tints of Medium Turquoise #4FC7BD

Color information

#4FC7BD (or 0x4FC7BD) is unknown color: approx Medium Turquoise. HEX triplet: 4F, C7 and BD. RGB value is (79,199,189). Sum of RGB (Red+Green+Blue) = 79+199+189=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #4FC7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC7BD is #B03842. Grayscale: #A1A1A1. Windows color (decimal): -11548739 or 12437327. OLE color: 12437327.

HSL color Cylindrical-coordinate representation of color #4FC7BD: hue angle of 175º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC7BD is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB79199189-
CMYK0.6000.050.22
HSL175º51.72%54.51%-
HSV(B)175º60.3%78.04%-
XYZ32.8346.1855.33-
YUV161.98143.2468.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.92%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=16.92%
G=42.61%
B=40.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791991890.6000.050.2217551.7254.51
Hex4FC7BD3C0516af3437
Octal1173072757405262576467
Binary1001111110001111011110111110001011011010101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,199,189); }

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

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

 a { background-color: rgb(79,199,189); }

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

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

 span { border-color: rgb(79,199,189); }

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