Html Css Color HEX #A1FFFA Pale Turquoise

📋 copy color: '#A1FFFA'

red 161 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #A1FFFA

Tints of Pale Turquoise #A1FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 24.17%
G = 38.29%
B = 37.54%

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

#A1FFFA (or 0xA1FFFA) is known color: Pale Turquoise. HEX triplet: A1, FF and FA. RGB value is (161,255,250). Sum of RGB (Red+Green+Blue) = 161+255+250=666 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.17% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFFA is #5E0005. Grayscale: #E2E2E2. Windows color (decimal): -6160390 or 16449441. OLE color: 16449441.

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

Color convert

RGB 161 255 250 -
CMYK 0.37 0 0.02 0
HSL 176.81º 1% 0.82% -
HSV(B) 176.81º 0.37% 1% -
XYZ 67.71 86 103.47 -
YUV 226.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 161 255 250 0.37 0 0.02 0 176.81 1 0.82
Hex A1 FF FA 25 0 2 0 B1 64 52
Octal 241 377 372 45 0 2 0 261 144 122
Binary 10100001 11111111 11111010 100101 0 10 0 10110001 1100100 1010010

Color Harmonies of #A1FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFFA

Black with #A1FFFA

Text Example


Text Example

White with #A1FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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