#4FEFBF

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

Shades of Turquoise #4FEFBF

Tints of Turquoise #4FEFBF

Color information

#4FEFBF (or 0x4FEFBF) is unknown color: approx Turquoise. HEX triplet: 4F, EF and BF. RGB value is (79,239,191). Sum of RGB (Red+Green+Blue) = 79+239+191=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFBF is #B01040. Grayscale: #B9B9B9. Windows color (decimal): -11538497 or 12578639. OLE color: 12578639.

HSL color Cylindrical-coordinate representation of color #4FEFBF: hue angle of 162º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFBF is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB79239191-
CMYK0.6700.200.06
HSL162º83.33%62.35%-
HSV(B)162º66.95%93.73%-
XYZ43.4967.1659.96-
YUV185.69130.9951.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.52%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 191 (75% from 255) = 37.52%
R=15.52%
G=46.95%
B=37.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792391910.6700.200.0616283.3362.35
Hex4FEFBF430146a2533e
Octal117357277103024624212376
Binary100111111101111101111111000011010100110101000101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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