#A1EFEB

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

Shades of Pale Turquoise #A1EFEB

Tints of Pale Turquoise #A1EFEB

Color information

#A1EFEB (or 0xA1EFEB) is unknown color: approx Pale Turquoise. HEX triplet: A1, EF and EB. RGB value is (161,239,235). Sum of RGB (Red+Green+Blue) = 161+239+235=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFEB is #5E1014. Grayscale: #D7D7D7. Windows color (decimal): -6164501 or 15462305. OLE color: 15462305.

HSL color Cylindrical-coordinate representation of color #A1EFEB: hue angle of 176.92º 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 #A1EFEB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB161239235-
CMYK0.3300.020.06
HSL176.92º70.91%78.43%-
HSV(B)176.92º32.64%93.73%-
XYZ60.5675.3189.94-
YUV215.22139.1689.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.35%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=25.35%
G=37.64%
B=37.01%

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
Decimal1612392350.3300.020.06176.9270.9178.43
HexA1EFEB21026b1474e
Octal24135735341026261107116
Binary1010000111101111111010111000010101101011000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EFEB; }

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

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

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

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

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

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

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

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