#A1FEFC

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

Shades of Pale Turquoise #A1FEFC

Tints of Pale Turquoise #A1FEFC

Color information

#A1FEFC (or 0xA1FEFC) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and FC. RGB value is (161,254,252). Sum of RGB (Red+Green+Blue) = 161+254+252=667 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.14% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFC is #5E0103. Grayscale: #E1E1E1. Windows color (decimal): -6160644 or 16580257. OLE color: 16580257.

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

Color convert

RGB161254252-
CMYK0.3700.010.00
HSL178.71º97.89%81.37%-
HSV(B)178.71º36.61%99.61%-
XYZ67.7185.49105.03-
YUV225.96142.6981.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.14%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=24.14%
G=38.08%
B=37.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542520.3700.010.00178.7197.8981.37
HexA1FEFC25010b36251
Octal24137637445010263142121
Binary1010000111111110111111001001010101011001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEFC; }

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

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

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

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

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

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

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

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