#A1F6FE

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

Shades of Pale Turquoise #A1F6FE

Tints of Pale Turquoise #A1F6FE

Color information

#A1F6FE (or 0xA1F6FE) is unknown color: approx Pale Turquoise. HEX triplet: A1, F6 and FE. RGB value is (161,246,254). Sum of RGB (Red+Green+Blue) = 161+246+254=661 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.36% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F6FE is #5E0901. Grayscale: #DDDDDD. Windows color (decimal): -6162690 or 16709281. OLE color: 16709281.

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

Color convert

RGB161246254-
CMYK0.370.0300.00
HSL185.16º97.89%81.37%-
HSV(B)185.16º36.61%99.61%-
XYZ65.5480.64105.88-
YUV221.5146.3484.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.36%
GREEN value IS 246 (96.48% from 255) = 37.22%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=24.36%
G=37.22%
B=38.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612462540.370.0300.00185.1697.8981.37
HexA1F6FE25300b96251
Octal24136637645300271142121
Binary10100001111101101111111010010111001011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F6FE; }

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

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

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

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

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

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

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

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