#A1F8FA

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

Shades of Pale Turquoise #A1F8FA

Tints of Pale Turquoise #A1F8FA

Color information

#A1F8FA (or 0xA1F8FA) is unknown color: approx Pale Turquoise. HEX triplet: A1, F8 and FA. RGB value is (161,248,250). Sum of RGB (Red+Green+Blue) = 161+248+250=659 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.43% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F8FA is #5E0705. Grayscale: #DEDEDE. Windows color (decimal): -6162182 or 16447649. OLE color: 16447649.

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

Color convert

RGB161248250-
CMYK0.360.0100.02
HSL181.35º89.9%80.59%-
HSV(B)181.35º35.6%98.04%-
XYZ65.5281.61102.74-
YUV222.21143.6884.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.43%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=24.43%
G=37.63%
B=37.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612482500.360.0100.02181.3589.980.59
HexA1F8FA24102b55a51
Octal24137037244102265132121
Binary10100001111110001111101010010010101011010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F8FA; }

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

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

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

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

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

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

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

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