#A1F9FA

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

Shades of Pale Turquoise #A1F9FA

Tints of Pale Turquoise #A1F9FA

Color information

#A1F9FA (or 0xA1F9FA) is unknown color: approx Pale Turquoise. HEX triplet: A1, F9 and FA. RGB value is (161,249,250). Sum of RGB (Red+Green+Blue) = 161+249+250=660 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.39% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9FA is #5E0605. Grayscale: #DEDEDE. Windows color (decimal): -6161926 or 16447905. OLE color: 16447905.

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

Color convert

RGB161249250-
CMYK0.360.0000.02
HSL180.67º89.9%80.59%-
HSV(B)180.67º35.6%98.04%-
XYZ65.8382.23102.85-
YUV222.8143.3583.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.39%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=24.39%
G=37.73%
B=37.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612492500.360.0000.02180.6789.980.59
HexA1F9FA24002b55a51
Octal24137137244002265132121
Binary10100001111110011111101010010000101011010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F9FA; }

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

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

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

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

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

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

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

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