#A4FEEF

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

Shades of Pale Turquoise #A4FEEF

Tints of Pale Turquoise #A4FEEF

Color information

#A4FEEF (or 0xA4FEEF) is unknown color: approx Pale Turquoise. HEX triplet: A4, FE and EF. RGB value is (164,254,239). Sum of RGB (Red+Green+Blue) = 164+254+239=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEEF is #5B0110. Grayscale: #E1E1E1. Windows color (decimal): -5964049 or 15728292. OLE color: 15728292.

HSL color Cylindrical-coordinate representation of color #A4FEEF: hue angle of 170º 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 #A4FEEF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB164254239-
CMYK0.3500.060.00
HSL170º97.83%81.96%-
HSV(B)170º35.43%99.61%-
XYZ66.3385.0194.57-
YUV225.38135.6884.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.96%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=24.96%
G=38.66%
B=36.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542390.3500.060.0017097.8381.96
HexA4FEEF23060aa6252
Octal24437635743060252142122
Binary101001001111111011101111100011011001010101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEEF; }

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

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

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

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

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

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

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

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