Html Css Color HEX #A1FDFF Pale Turquoise

📋 copy color: '#A1FDFF'

red 161 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #A1FDFF

Tints of Pale Turquoise #A1FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.82%

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

R = 24.07%
G = 37.82%
B = 38.12%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1FDFF (or 0xA1FDFF) is known color: Pale Turquoise. HEX triplet: A1, FD and FF. RGB value is (161,253,255). Sum of RGB (Red+Green+Blue) = 161+253+255=669 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.07% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFF is #5E0200. Grayscale: #E1E1E1. Windows color (decimal): -6160897 or 16776609. OLE color: 16776609.

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

Color convert

RGB 161 253 255 -
CMYK 0.37 0.01 0 0
HSL 181.28º 1% 0.82% -
HSV(B) 181.28º 0.37% 1% -
XYZ 67.87 85.05 107.45 -
YUV 225.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 161 253 255 0.37 0.01 0 0 181.28 1 0.82
Hex A1 FD FF 25 1 0 0 B5 64 52
Octal 241 375 377 45 1 0 0 265 144 122
Binary 10100001 11111101 11111111 100101 1 0 0 10110101 1100100 1010010

Color Harmonies of #A1FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDFF

Black with #A1FDFF

Text Example


Text Example

White with #A1FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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