#A1EAE6

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

Shades of Pale Turquoise #A1EAE6

Tints of Pale Turquoise #A1EAE6

Color information

#A1EAE6 (or 0xA1EAE6) is unknown color: approx Pale Turquoise. HEX triplet: A1, EA and E6. RGB value is (161,234,230). Sum of RGB (Red+Green+Blue) = 161+234+230=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAE6 is #5E1519. Grayscale: #D3D3D3. Windows color (decimal): -6165786 or 15133345. OLE color: 15133345.

HSL color Cylindrical-coordinate representation of color #A1EAE6: hue angle of 176.71º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAE6 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB161234230-
CMYK0.3100.020.08
HSL176.71º63.48%77.45%-
HSV(B)176.71º31.2%91.76%-
XYZ58.472.1485.71-
YUV211.72138.3291.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.76%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=25.76%
G=37.44%
B=36.8%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612342300.3100.020.08176.7163.4877.45
HexA1EAE61F028b13f4d
Octal24135234637021026177115
Binary101000011110101011100110111110101000101100011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAE6; }

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

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

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

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

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

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

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

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