#A1FBE9

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

Shades of Pale Turquoise #A1FBE9

Tints of Pale Turquoise #A1FBE9

Color information

#A1FBE9 (or 0xA1FBE9) is unknown color: approx Pale Turquoise. HEX triplet: A1, FB and E9. RGB value is (161,251,233). Sum of RGB (Red+Green+Blue) = 161+251+233=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBE9 is #5E0416. Grayscale: #DEDEDE. Windows color (decimal): -6161431 or 15334305. OLE color: 15334305.

HSL color Cylindrical-coordinate representation of color #A1FBE9: hue angle of 168º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBE9 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB161251233-
CMYK0.3600.070.02
HSL168º91.84%80.78%-
HSV(B)168º35.86%98.43%-
XYZ63.982.4589.64-
YUV222.04134.1884.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.96%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=24.96%
G=38.91%
B=36.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512330.3600.070.0216891.8480.78
HexA1FBE924072a85c51
Octal24137335144072250134121
Binary1010000111111011111010011001000111101010100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBE9; }

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

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

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

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

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

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

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

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