#A1EEE4

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

Shades of Pale Turquoise #A1EEE4

Tints of Pale Turquoise #A1EEE4

Color information

#A1EEE4 (or 0xA1EEE4) is unknown color: approx Pale Turquoise. HEX triplet: A1, EE and E4. RGB value is (161,238,228). Sum of RGB (Red+Green+Blue) = 161+238+228=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEE4 is #5E111B. Grayscale: #D5D5D5. Windows color (decimal): -6164764 or 15003297. OLE color: 15003297.

HSL color Cylindrical-coordinate representation of color #A1EEE4: hue angle of 172.21º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEE4 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB161238228-
CMYK0.3200.040.07
HSL172.21º69.37%78.24%-
HSV(B)172.21º32.35%93.33%-
XYZ59.2874.3384.62-
YUV213.84135.9990.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.68%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 228 (89.45% from 255) = 36.36%
R=25.68%
G=37.96%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612382280.3200.040.07172.2169.3778.24
HexA1EEE420047ac454e
Octal24135634440047254105116
Binary10100001111011101110010010000001001111010110010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EEE4; }

 p { color: rgb(161,238,228); }

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

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

 a { background-color: rgb(161,238,228); }

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

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

 span { border-color: rgb(161,238,228); }

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