#A4FEF2

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

Shades of Pale Turquoise #A4FEF2

Tints of Pale Turquoise #A4FEF2

Color information

#A4FEF2 (or 0xA4FEF2) is unknown color: approx Pale Turquoise. HEX triplet: A4, FE and F2. RGB value is (164,254,242). Sum of RGB (Red+Green+Blue) = 164+254+242=660 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.85% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEF2 is #5B010D. Grayscale: #E1E1E1. Windows color (decimal): -5964046 or 15924900. OLE color: 15924900.

HSL color Cylindrical-coordinate representation of color #A4FEF2: hue angle of 172º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEF2 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB164254242-
CMYK0.3500.050.00
HSL172º97.83%81.96%-
HSV(B)172º35.43%99.61%-
XYZ66.7885.1996.93-
YUV225.72137.1883.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.85%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=24.85%
G=38.48%
B=36.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542420.3500.050.0017297.8381.96
HexA4FEF223050ac6252
Octal24437636243050254142122
Binary101001001111111011110010100011010101010110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEF2; }

 p { color: rgb(164,254,242); }

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

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

 a { background-color: rgb(164,254,242); }

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

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

 span { border-color: rgb(164,254,242); }

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