#A1FBFA

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

Shades of Pale Turquoise #A1FBFA

Tints of Pale Turquoise #A1FBFA

Color information

#A1FBFA (or 0xA1FBFA) is unknown color: approx Pale Turquoise. HEX triplet: A1, FB and FA. RGB value is (161,251,250). Sum of RGB (Red+Green+Blue) = 161+251+250=662 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.32% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBFA is #5E0405. Grayscale: #DFDFDF. Windows color (decimal): -6161414 or 16448417. OLE color: 16448417.

HSL color Cylindrical-coordinate representation of color #A1FBFA: hue angle of 179.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBFA is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB161251250-
CMYK0.3600.000.02
HSL179.33º91.84%80.78%-
HSV(B)179.33º35.86%98.43%-
XYZ66.4583.47103.05-
YUV223.98142.6883.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.32%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=24.32%
G=37.92%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512500.3600.000.02179.3391.8480.78
HexA1FBFA24002b35c51
Octal24137337244002263134121
Binary10100001111110111111101010010000101011001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBFA; }

 p { color: rgb(161,251,250); }

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

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

 a { background-color: rgb(161,251,250); }

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

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

 span { border-color: rgb(161,251,250); }

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