#A4FFF7

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

Shades of Pale Turquoise #A4FFF7

Tints of Pale Turquoise #A4FFF7

Color information

#A4FFF7 (or 0xA4FFF7) is unknown color: approx Pale Turquoise. HEX triplet: A4, FF and F7. RGB value is (164,255,247). Sum of RGB (Red+Green+Blue) = 164+255+247=666 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.62% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFF7 is #5B0008. Grayscale: #E2E2E2. Windows color (decimal): -5963785 or 16252836. OLE color: 16252836.

HSL color Cylindrical-coordinate representation of color #A4FFF7: hue angle of 174.73º 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 #A4FFF7 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB164255247-
CMYK0.3600.030
HSL174.73º100%82.16%-
HSV(B)174.73º35.69%100%-
XYZ67.8686.13101.04-
YUV226.88139.3583.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.62%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 247 (96.88% from 255) = 37.09%
R=24.62%
G=38.29%
B=37.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642552470.3600.030174.7310082.16
HexA4FFF724030af6452
Octal24437736744030257144122
Binary10100100111111111111011110010001101010111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFF7; }

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

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

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

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

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

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

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

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