#A1FAEA

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

Shades of Pale Turquoise #A1FAEA

Tints of Pale Turquoise #A1FAEA

Color information

#A1FAEA (or 0xA1FAEA) is unknown color: approx Pale Turquoise. HEX triplet: A1, FA and EA. RGB value is (161,250,234). Sum of RGB (Red+Green+Blue) = 161+250+234=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAEA is #5E0515. Grayscale: #DDDDDD. Windows color (decimal): -6161686 or 15399585. OLE color: 15399585.

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

Color convert

RGB161250234-
CMYK0.3600.060.02
HSL169.21º89.9%80.59%-
HSV(B)169.21º35.6%98.04%-
XYZ63.7381.8990.29-
YUV221.56135.0184.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.96%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=24.96%
G=38.76%
B=36.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612502340.3600.060.02169.2189.980.59
HexA1FAEA24062a95a51
Octal24137235244062251132121
Binary1010000111111010111010101001000110101010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAEA; }

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

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

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

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

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

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

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

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