#4FEABB

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

Shades of Turquoise #4FEABB

Tints of Turquoise #4FEABB

Color information

#4FEABB (or 0x4FEABB) is unknown color: approx Turquoise. HEX triplet: 4F, EA and BB. RGB value is (79,234,187). Sum of RGB (Red+Green+Blue) = 79+234+187=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEABB is #B01544. Grayscale: #B6B6B6. Windows color (decimal): -11539781 or 12315215. OLE color: 12315215.

HSL color Cylindrical-coordinate representation of color #4FEABB: hue angle of 161.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEABB is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB79234187-
CMYK0.6600.200.08
HSL161.81º78.68%61.37%-
HSV(B)161.81º66.24%91.76%-
XYZ41.6264.157.19-
YUV182.3130.6554.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.8%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=15.8%
G=46.8%
B=37.4%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal792341870.6600.200.08161.8178.6861.37
Hex4FEABB420148a24f3d
Octal1173522731020241024211775
Binary1001111111010101011101110000100101001000101000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,234,187); }

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

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

 a { background-color: rgb(79,234,187); }

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

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

 span { border-color: rgb(79,234,187); }

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