#A4FFF4

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

Shades of Pale Turquoise #A4FFF4

Tints of Pale Turquoise #A4FFF4

Color information

#A4FFF4 (or 0xA4FFF4) is unknown color: approx Pale Turquoise. HEX triplet: A4, FF and F4. RGB value is (164,255,244). Sum of RGB (Red+Green+Blue) = 164+255+244=663 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.74% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFF4 is #5B000B. Grayscale: #E2E2E2. Windows color (decimal): -5963788 or 16056228. OLE color: 16056228.

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

Color convert

RGB164255244-
CMYK0.3600.040
HSL172.75º100%82.16%-
HSV(B)172.75º35.69%100%-
XYZ67.485.9498.62-
YUV226.54137.8583.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.74%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 244 (95.70% from 255) = 36.80%
R=24.74%
G=38.46%
B=36.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642552440.3600.040172.7510082.16
HexA4FFF424040ad6452
Octal24437736444040255144122
Binary101001001111111111110100100100010001010110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFF4; }

 p { color: rgb(164,255,244); }

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

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

 a { background-color: rgb(164,255,244); }

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

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

 span { border-color: rgb(164,255,244); }

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