#4FE2E0

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

Shades of Turquoise #4FE2E0

Tints of Turquoise #4FE2E0

Color information

#4FE2E0 (or 0x4FE2E0) is unknown color: approx Turquoise. HEX triplet: 4F, E2 and E0. RGB value is (79,226,224). Sum of RGB (Red+Green+Blue) = 79+226+224=529 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.93% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE2E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE2E0 is #B01D1F. Grayscale: #B5B5B5. Windows color (decimal): -11541792 or 14737999. OLE color: 14737999.

HSL color Cylindrical-coordinate representation of color #4FE2E0: hue angle of 179.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE2E0 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB79226224-
CMYK0.6500.010.11
HSL179.18º71.71%59.8%-
HSV(B)179.18º65.04%88.63%-
XYZ43.8861.4480.07-
YUV181.82151.854.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.93%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=14.93%
G=42.72%
B=42.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal792262240.6500.010.11179.1871.7159.8
Hex4FE2E04101Bb3483c
Octal117342340101011326311074
Binary100111111100010111000001000001011011101100111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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