#4FE0B9

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

Shades of Turquoise #4FE0B9

Tints of Turquoise #4FE0B9

Color information

#4FE0B9 (or 0x4FE0B9) is unknown color: approx Turquoise. HEX triplet: 4F, E0 and B9. RGB value is (79,224,185). Sum of RGB (Red+Green+Blue) = 79+224+185=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE0B9 is #B01F46. Grayscale: #B0B0B0. Windows color (decimal): -11542343 or 12181583. OLE color: 12181583.

HSL color Cylindrical-coordinate representation of color #4FE0B9: hue angle of 163.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE0B9 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB79224185-
CMYK0.6500.170.12
HSL163.86º70.05%59.41%-
HSV(B)163.86º64.73%87.84%-
XYZ38.6458.4855.15-
YUV176.2132.9658.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.19%
GREEN value IS 224 (87.89% from 255) = 45.90%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=16.19%
G=45.90%
B=37.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal792241850.6500.170.12163.8670.0559.41
Hex4FE0B941011Ca4463b
Octal1173402711010211424410673
Binary1001111111000001011100110000010100011100101001001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,224,185); }

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

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

 a { background-color: rgb(79,224,185); }

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

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

 span { border-color: rgb(79,224,185); }

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