Html Css Color HEX #A1FEFF Pale Turquoise

📋 copy color: '#A1FEFF'

red 161 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #A1FEFF

Tints of Pale Turquoise #A1FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.91%

 BLUE value IS 255 (100% from 255) = 38.06%

R = 24.03%
G = 37.91%
B = 38.06%

CMYK

 C value IS 0.37

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1FEFF (or 0xA1FEFF) is known color: Pale Turquoise. HEX triplet: A1, FE and FF. RGB value is (161,254,255). Sum of RGB (Red+Green+Blue) = 161+254+255=670 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.03% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFF is #5E0100. Grayscale: #E2E2E2. Windows color (decimal): -6160641 or 16776865. OLE color: 16776865.

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

Color convert

RGB 161 254 255 -
CMYK 0.37 0.00 0 0
HSL 180.64º 1% 0.82% -
HSV(B) 180.64º 0.37% 1% -
XYZ 68.19 85.68 107.55 -
YUV 226.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 161 254 255 0.37 0.00 0 0 180.64 1 0.82
Hex A1 FE FF 25 0 0 0 B5 64 52
Octal 241 376 377 45 0 0 0 265 144 122
Binary 10100001 11111110 11111111 100101 0 0 0 10110101 1100100 1010010

Color Harmonies of #A1FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEFF

Black with #A1FEFF

Text Example


Text Example

White with #A1FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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