#a8fff3

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

Shades of Pale Turquoise #A8FFF3

Tints of Pale Turquoise #A8FFF3

Color information

#A8FFF3 (or 0xA8FFF3) is unknown color: approx Pale Turquoise. HEX triplet: A8, FF and F3. RGB value is (168,255,243). Sum of RGB (Red+Green+Blue) = 168+255+243=666 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.23% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFF3 is #57000C. Grayscale: #E3E3E3. Windows color (decimal): -5701645 or 15990696. OLE color: 15990696.

HSL color Cylindrical-coordinate representation of color #A8FFF3: hue angle of 171.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFF3 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB168255243-
CMYK0.3400.050
HSL171.72º100%82.94%-
HSV(B)171.72º34.12%100%-
XYZ68.0986.3297.87-
YUV227.62136.6885.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.23%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=25.23%
G=38.29%
B=36.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682552430.3400.050171.7210082.94
HexA8FFF322050ac6453
Octal25037736342050254144123
Binary101010001111111111110011100010010101010110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8fff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8fff3; }

 p { color: rgb(168,255,243); }

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

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

 a { background-color: rgb(168,255,243); }

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

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

 span { border-color: rgb(168,255,243); }

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