#A1EBEA

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

Shades of Pale Turquoise #A1EBEA

Tints of Pale Turquoise #A1EBEA

Color information

#A1EBEA (or 0xA1EBEA) is unknown color: approx Pale Turquoise. HEX triplet: A1, EB and EA. RGB value is (161,235,234). Sum of RGB (Red+Green+Blue) = 161+235+234=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBEA is #5E1415. Grayscale: #D4D4D4. Windows color (decimal): -6165526 or 15395745. OLE color: 15395745.

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

Color convert

RGB161235234-
CMYK0.3100.000.08
HSL179.19º64.91%77.65%-
HSV(B)179.19º31.49%92.16%-
XYZ59.2672.9388.8-
YUV212.76139.9891.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.56%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=25.56%
G=37.30%
B=37.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352340.3100.000.08179.1964.9177.65
HexA1EBEA1F008b3414e
Octal241353352370010263101116
Binary101000011110101111101010111110010001011001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBEA; }

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

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

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

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

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

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

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

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