#4FE5BF

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

Shades of Turquoise #4FE5BF

Tints of Turquoise #4FE5BF

Color information

#4FE5BF (or 0x4FE5BF) is unknown color: approx Turquoise. HEX triplet: 4F, E5 and BF. RGB value is (79,229,191). Sum of RGB (Red+Green+Blue) = 79+229+191=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE5BF is #B01A40. Grayscale: #B3B3B3. Windows color (decimal): -11541057 or 12576079. OLE color: 12576079.

HSL color Cylindrical-coordinate representation of color #4FE5BF: hue angle of 164.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE5BF is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB79229191-
CMYK0.6600.170.10
HSL164.8º74.26%60.39%-
HSV(B)164.8º65.5%89.8%-
XYZ40.6561.4659.01-
YUV179.82134.356.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.83%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 191 (75% from 255) = 38.28%
R=15.83%
G=45.89%
B=38.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal792291910.6600.170.10164.874.2660.39
Hex4FE5BF42011Aa54a3c
Octal1173452771020211224511274
Binary1001111111001011011111110000100100011010101001011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,229,191); }

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

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

 a { background-color: rgb(79,229,191); }

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

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

 span { border-color: rgb(79,229,191); }

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