#4FEBB5

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

Shades of Turquoise #4FEBB5

Tints of Turquoise #4FEBB5

Color information

#4FEBB5 (or 0x4FEBB5) is unknown color: approx Turquoise. HEX triplet: 4F, EB and B5. RGB value is (79,235,181). Sum of RGB (Red+Green+Blue) = 79+235+181=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBB5 is #B0144A. Grayscale: #B6B6B6. Windows color (decimal): -11539531 or 11922255. OLE color: 11922255.

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

Color convert

RGB79235181-
CMYK0.6600.230.08
HSL159.23º79.59%61.57%-
HSV(B)159.23º66.38%92.16%-
XYZ41.2764.4253.97-
YUV182.2127.3254.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.96%
GREEN value IS 235 (92.19% from 255) = 47.47%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=15.96%
G=47.47%
B=36.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal792351810.6600.230.08159.2379.5961.57
Hex4FEBB54201789f503e
Octal1173532651020271023712076
Binary1001111111010111011010110000100101111000100111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,235,181); }

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

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

 a { background-color: rgb(79,235,181); }

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

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

 span { border-color: rgb(79,235,181); }

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