#A1FEF0

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

Shades of Pale Turquoise #A1FEF0

Tints of Pale Turquoise #A1FEF0

Color information

#A1FEF0 (or 0xA1FEF0) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and F0. RGB value is (161,254,240). Sum of RGB (Red+Green+Blue) = 161+254+240=655 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.58% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEF0 is #5E010F. Grayscale: #E0E0E0. Windows color (decimal): -6160656 or 15793825. OLE color: 15793825.

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

Color convert

RGB161254240-
CMYK0.3700.060.00
HSL170.97º97.89%81.37%-
HSV(B)170.97º36.61%99.61%-
XYZ65.8784.7595.33-
YUV224.6136.6982.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.58%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=24.58%
G=38.78%
B=36.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542400.3700.060.00170.9797.8981.37
HexA1FEF025060ab6251
Octal24137636045060253142121
Binary101000011111111011110000100101011001010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEF0; }

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

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

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

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

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

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

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

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