#A8FAF6

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

Shades of Pale Turquoise #A8FAF6

Tints of Pale Turquoise #A8FAF6

Color information

#A8FAF6 (or 0xA8FAF6) is unknown color: approx Pale Turquoise. HEX triplet: A8, FA and F6. RGB value is (168,250,246). Sum of RGB (Red+Green+Blue) = 168+250+246=664 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.30% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAF6 is #570509. Grayscale: #E0E0E0. Windows color (decimal): -5702922 or 16186024. OLE color: 16186024.

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

Color convert

RGB168250246-
CMYK0.3300.020.02
HSL177.07º89.13%81.96%-
HSV(B)177.07º32.8%98.04%-
XYZ66.9783.3599.75-
YUV225.03139.8387.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.30%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 246 (96.48% from 255) = 37.05%
R=25.30%
G=37.65%
B=37.05%

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
Decimal1682502460.3300.020.02177.0789.1381.96
HexA8FAF621022b15952
Octal25037236641022261131122
Binary101010001111101011110110100001010101011000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAF6; }

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

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

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

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

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

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

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

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