#A8FAF5

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

Shades of Pale Turquoise #A8FAF5

Tints of Pale Turquoise #A8FAF5

Color information

#A8FAF5 (or 0xA8FAF5) is unknown color: approx Pale Turquoise. HEX triplet: A8, FA and F5. RGB value is (168,250,245). Sum of RGB (Red+Green+Blue) = 168+250+245=663 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.34% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAF5 is #57050A. Grayscale: #E0E0E0. Windows color (decimal): -5702923 or 16120488. OLE color: 16120488.

HSL color Cylindrical-coordinate representation of color #A8FAF5: hue angle of 176.34º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAF5 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB168250245-
CMYK0.3300.020.02
HSL176.34º89.13%81.96%-
HSV(B)176.34º32.8%98.04%-
XYZ66.8283.2998.94-
YUV224.91139.3387.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.34%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=25.34%
G=37.71%
B=36.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682502450.3300.020.02176.3489.1381.96
HexA8FAF521022b05952
Octal25037236541022260131122
Binary101010001111101011110101100001010101011000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAF5; }

 p { color: rgb(168,250,245); }

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

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

 a { background-color: rgb(168,250,245); }

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

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

 span { border-color: rgb(168,250,245); }

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