#A1FDFE

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

Shades of Pale Turquoise #A1FDFE

Tints of Pale Turquoise #A1FDFE

Color information

#A1FDFE (or 0xA1FDFE) is unknown color: approx Pale Turquoise. HEX triplet: A1, FD and FE. RGB value is (161,253,254). Sum of RGB (Red+Green+Blue) = 161+253+254=668 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.10% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFE is #5E0201. Grayscale: #E1E1E1. Windows color (decimal): -6160898 or 16711073. OLE color: 16711073.

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

Color convert

RGB161253254-
CMYK0.370.0000.00
HSL180.65º97.89%81.37%-
HSV(B)180.65º36.61%99.61%-
XYZ67.7184.98106.6-
YUV225.61144.0281.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.10%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=24.10%
G=37.87%
B=38.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612532540.370.0000.00180.6597.8981.37
HexA1FDFE25000b56251
Octal24137537645000265142121
Binary1010000111111101111111101001010001011010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDFE; }

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

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

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

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

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

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

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

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