#4FE2CF

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

Shades of Turquoise #4FE2CF

Tints of Turquoise #4FE2CF

Color information

#4FE2CF (or 0x4FE2CF) is unknown color: approx Turquoise. HEX triplet: 4F, E2 and CF. RGB value is (79,226,207). Sum of RGB (Red+Green+Blue) = 79+226+207=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE2CF is #B01D30. Grayscale: #B3B3B3. Windows color (decimal): -11541809 or 13623887. OLE color: 13623887.

HSL color Cylindrical-coordinate representation of color #4FE2CF: hue angle of 172.24º 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 #4FE2CF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB79226207-
CMYK0.6500.080.11
HSL172.24º71.71%59.8%-
HSV(B)172.24º65.04%88.63%-
XYZ41.6860.5668.52-
YUV179.88143.356.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.43%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=15.43%
G=44.14%
B=40.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal792262070.6500.080.11172.2471.7159.8
Hex4FE2CF4108Bac483c
Octal1173423171010101325411074
Binary100111111100010110011111000001010001011101011001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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