#A1FBEC

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

Shades of Pale Turquoise #A1FBEC

Tints of Pale Turquoise #A1FBEC

Color information

#A1FBEC (or 0xA1FBEC) is unknown color: approx Pale Turquoise. HEX triplet: A1, FB and EC. RGB value is (161,251,236). Sum of RGB (Red+Green+Blue) = 161+251+236=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBEC is #5E0413. Grayscale: #DEDEDE. Windows color (decimal): -6161428 or 15530913. OLE color: 15530913.

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

Color convert

RGB161251236-
CMYK0.3600.060.02
HSL170º91.84%80.78%-
HSV(B)170º35.86%98.43%-
XYZ64.3482.6391.91-
YUV222.38135.6884.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.85%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=24.85%
G=38.73%
B=36.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512360.3600.060.0217091.8480.78
HexA1FBEC24062aa5c51
Octal24137335444062252134121
Binary1010000111111011111011001001000110101010101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBEC; }

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

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

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

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

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

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

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

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