#A8FBFA

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

Shades of Pale Turquoise #A8FBFA

Tints of Pale Turquoise #A8FBFA

Color information

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

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

Color convert

RGB168251250-
CMYK0.3300.000.02
HSL179.28º91.21%82.16%-
HSV(B)179.28º33.07%98.43%-
XYZ67.984.22103.12-
YUV226.07141.586.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682512500.3300.000.02179.2891.2182.16
HexA8FBFA21002b35b52
Octal25037337241002263133122
Binary10101000111110111111101010000100101011001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FBFA; }

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

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

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

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

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

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

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

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