Html Css Color HEX #A1FFE9 Pale Turquoise

📋 copy color: '#A1FFE9'

red 161 ◦ green 255 ◦ blue 233

#A1FFE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A1FFE9

Tints of Pale Turquoise #A1FFE9

RGB

 RED value IS 161 (63.28% from 255) = 24.81%

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 233 (91.41% from 255) = 35.9%

R = 24.81%
G = 39.29%
B = 35.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#A1FFE9 (or 0xA1FFE9) is known color: Pale Turquoise. HEX triplet: A1, FF and E9. RGB value is (161,255,233). Sum of RGB (Red+Green+Blue) = 161+255+233=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFE9 is #5E0016. Grayscale: #E0E0E0. Windows color (decimal): -6160407 or 15335329. OLE color: 15335329.

HSL color Cylindrical-coordinate representation of color #A1FFE9: hue angle of 165.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFE9 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 161 255 233 -
CMYK 0.37 0 0.09 0
HSL 165.96º 1% 0.82% -
HSV(B) 165.96º 0.37% 1% -
XYZ 65.17 84.98 90.06 -
YUV 224.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 161 255 233 0.37 0 0.09 0 165.96 1 0.82
Hex A1 FF E9 25 0 9 0 A6 64 52
Octal 241 377 351 45 0 11 0 246 144 122
Binary 10100001 11111111 11101001 100101 0 1001 0 10100110 1100100 1010010

Color Harmonies of #A1FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFE9

Black with #A1FFE9

Text Example


Text Example

White with #A1FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFE9; }

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

 H1.HeaderClassName
 {
   color: #A1FFE9;
 }
 .AnyTagClassName
 {
   color: #A1FFE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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