#A8FEF2

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

Shades of Pale Turquoise #A8FEF2

Tints of Pale Turquoise #A8FEF2

Color information

#A8FEF2 (or 0xA8FEF2) is unknown color: approx Pale Turquoise. HEX triplet: A8, FE and F2. RGB value is (168,254,242). Sum of RGB (Red+Green+Blue) = 168+254+242=664 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.30% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEF2 is #57010D. Grayscale: #E2E2E2. Windows color (decimal): -5701902 or 15924904. OLE color: 15924904.

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

Color convert

RGB168254242-
CMYK0.3400.050.00
HSL171.63º97.73%82.75%-
HSV(B)171.63º33.86%99.61%-
XYZ67.6285.6296.97-
YUV226.92136.5185.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.30%
GREEN value IS 254 (99.61% from 255) = 38.25%
BLUE value IS 242 (94.92% from 255) = 36.45%
R=25.30%
G=38.25%
B=36.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542420.3400.050.00171.6397.7382.75
HexA8FEF222050ac6253
Octal25037636242050254142123
Binary101010001111111011110010100010010101010110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEF2; }

 p { color: rgb(168,254,242); }

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

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

 a { background-color: rgb(168,254,242); }

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

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

 span { border-color: rgb(168,254,242); }

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