#A1F8FE

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

Shades of Pale Turquoise #A1F8FE

Tints of Pale Turquoise #A1F8FE

Color information

#A1F8FE (or 0xA1F8FE) is unknown color: approx Pale Turquoise. HEX triplet: A1, F8 and FE. RGB value is (161,248,254). Sum of RGB (Red+Green+Blue) = 161+248+254=663 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.28% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F8FE is #5E0701. Grayscale: #DEDEDE. Windows color (decimal): -6162178 or 16709793. OLE color: 16709793.

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

Color convert

RGB161248254-
CMYK0.370.0200.00
HSL183.87º97.89%81.37%-
HSV(B)183.87º36.61%99.61%-
XYZ66.1581.87106.08-
YUV222.67145.6884.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.28%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=24.28%
G=37.41%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612482540.370.0200.00183.8797.8981.37
HexA1F8FE25200b86251
Octal24137037645200270142121
Binary10100001111110001111111010010110001011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F8FE; }

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

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

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

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

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

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

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

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