#A1EDE9

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

Shades of Pale Turquoise #A1EDE9

Tints of Pale Turquoise #A1EDE9

Color information

#A1EDE9 (or 0xA1EDE9) is unknown color: approx Pale Turquoise. HEX triplet: A1, ED and E9. RGB value is (161,237,233). Sum of RGB (Red+Green+Blue) = 161+237+233=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDE9 is #5E1216. Grayscale: #D5D5D5. Windows color (decimal): -6165015 or 15330721. OLE color: 15330721.

HSL color Cylindrical-coordinate representation of color #A1EDE9: hue angle of 176.84º degrees, saturation: 0.68, 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 #A1EDE9 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB161237233-
CMYK0.3200.020.07
HSL176.84º67.86%78.04%-
HSV(B)176.84º32.07%92.94%-
XYZ59.6974.0388.23-
YUV213.82138.8290.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.52%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=25.52%
G=37.56%
B=36.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612372330.3200.020.07176.8467.8678.04
HexA1EDE920027b1444e
Octal24135535140027261104116
Binary1010000111101101111010011000000101111011000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDE9; }

 p { color: rgb(161,237,233); }

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

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

 a { background-color: rgb(161,237,233); }

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

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

 span { border-color: rgb(161,237,233); }

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