Html Css Color HEX #A1FFF9 Pale Turquoise

📋 copy color: '#A1FFF9'

red 161 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #A1FFF9

Tints of Pale Turquoise #A1FFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.44%

R = 24.21%
G = 38.35%
B = 37.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#A1FFF9 (or 0xA1FFF9) is known color: Pale Turquoise. HEX triplet: A1, FF and F9. RGB value is (161,255,249). Sum of RGB (Red+Green+Blue) = 161+255+249=665 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.21% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFF9 is #5E0006. Grayscale: #E2E2E2. Windows color (decimal): -6160391 or 16383905. OLE color: 16383905.

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

Color convert

RGB 161 255 249 -
CMYK 0.37 0 0.02 0
HSL 176.17º 1% 0.82% -
HSV(B) 176.17º 0.37% 1% -
XYZ 67.56 85.94 102.65 -
YUV 226.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 161 255 249 0.37 0 0.02 0 176.17 1 0.82
Hex A1 FF F9 25 0 2 0 B0 64 52
Octal 241 377 371 45 0 2 0 260 144 122
Binary 10100001 11111111 11111001 100101 0 10 0 10110000 1100100 1010010

Color Harmonies of #A1FFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFF9

Black with #A1FFF9

Text Example


Text Example

White with #A1FFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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