#A1FEFE

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

Shades of Pale Turquoise #A1FEFE

Tints of Pale Turquoise #A1FEFE

Color information

#A1FEFE (or 0xA1FEFE) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and FE. RGB value is (161,254,254). Sum of RGB (Red+Green+Blue) = 161+254+254=669 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.07% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A1FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFE is #5E0101. Grayscale: #E2E2E2. Windows color (decimal): -6160642 or 16711329. OLE color: 16711329.

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

Color convert

RGB161254254-
CMYK0.37000.00
HSL180º97.89%81.37%-
HSV(B)180º36.61%99.61%-
XYZ68.0385.62106.71-
YUV226.19143.6981.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.07%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=24.07%
G=37.97%
B=37.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542540.37000.0018097.8981.37
HexA1FEFE25000b46251
Octal24137637645000264142121
Binary1010000111111110111111101001010001011010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEFE; }

 p { color: rgb(161,254,254); }

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

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

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

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

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

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

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