#A4FAFF

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

Shades of Pale Turquoise #A4FAFF

Tints of Pale Turquoise #A4FAFF

Color information

#A4FAFF (or 0xA4FAFF) is unknown color: approx Pale Turquoise. HEX triplet: A4, FA and FF. RGB value is (164,250,255). Sum of RGB (Red+Green+Blue) = 164+250+255=669 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.51% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAFF is #5B0500. Grayscale: #E0E0E0. Windows color (decimal): -5965057 or 16775844. OLE color: 16775844.

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

Color convert

RGB164250255-
CMYK0.360.0200
HSL183.3º100%82.16%-
HSV(B)183.3º35.69%100%-
XYZ67.5583.48107.16-
YUV224.86145.0184.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.51%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 255 (100% from 255) = 38.12%
R=24.51%
G=37.37%
B=38.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642502550.360.0200183.310082.16
HexA4FAFF24200b76452
Octal24437237744200267144122
Binary10100100111110101111111110010010001011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAFF; }

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

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

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

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

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

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

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

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