#A8FAFB

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

Shades of Pale Turquoise #A8FAFB

Tints of Pale Turquoise #A8FAFB

Color information

#A8FAFB (or 0xA8FAFB) is unknown color: approx Pale Turquoise. HEX triplet: A8, FA and FB. RGB value is (168,250,251). Sum of RGB (Red+Green+Blue) = 168+250+251=669 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.11% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8FAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAFB is #570504. Grayscale: #E1E1E1. Windows color (decimal): -5702917 or 16513704. OLE color: 16513704.

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

Color convert

RGB168250251-
CMYK0.330.0000.02
HSL180.72º91.21%82.16%-
HSV(B)180.72º33.07%98.43%-
XYZ67.7583.66103.84-
YUV225.6142.3386.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.11%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=25.11%
G=37.37%
B=37.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682502510.330.0000.02180.7291.2182.16
HexA8FAFB21002b55b52
Octal25037237341002265133122
Binary10101000111110101111101110000100101011010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAFB; }

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

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

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

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

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

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

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

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