#A1EFEA

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

Shades of Pale Turquoise #A1EFEA

Tints of Pale Turquoise #A1EFEA

Color information

#A1EFEA (or 0xA1EFEA) is unknown color: approx Pale Turquoise. HEX triplet: A1, EF and EA. RGB value is (161,239,234). Sum of RGB (Red+Green+Blue) = 161+239+234=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFEA is #5E1015. Grayscale: #D7D7D7. Windows color (decimal): -6164502 or 15396769. OLE color: 15396769.

HSL color Cylindrical-coordinate representation of color #A1EFEA: hue angle of 176.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFEA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB161239234-
CMYK0.3300.020.06
HSL176.15º70.91%78.43%-
HSV(B)176.15º32.64%93.73%-
XYZ60.4275.2589.18-
YUV215.11138.6689.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.39%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=25.39%
G=37.70%
B=36.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612392340.3300.020.06176.1570.9178.43
HexA1EFEA21026b0474e
Octal24135735241026260107116
Binary1010000111101111111010101000010101101011000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EFEA; }

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

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

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

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

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

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

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

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