Html Css Color HEX #A1FAFC Pale Turquoise

📋 copy color: '#A1FAFC'

red 161 ◦ green 250 ◦ blue 252

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

Shades of Pale Turquoise #A1FAFC

Tints of Pale Turquoise #A1FAFC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

 BLUE value IS 252 (98.83% from 255) = 38.01%

R = 24.28%
G = 37.71%
B = 38.01%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1FAFC (or 0xA1FAFC) is known color: Pale Turquoise. HEX triplet: A1, FA and FC. RGB value is (161,250,252). Sum of RGB (Red+Green+Blue) = 161+250+252=663 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.28% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1FAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAFC is #5E0503. Grayscale: #DFDFDF. Windows color (decimal): -6161668 or 16579233. OLE color: 16579233.

HSL color Cylindrical-coordinate representation of color #A1FAFC: hue angle of 181.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAFC is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 250 252 -
CMYK 0.36 0.01 0 0.01
HSL 181.32º 0.94% 0.81% -
HSV(B) 181.32º 0.36% 0.99% -
XYZ 66.45 82.98 104.61 -
YUV 223.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 161 250 252 0.36 0.01 0 0.01 181.32 0.94 0.81
Hex A1 FA FC 24 1 0 1 B5 5E 51
Octal 241 372 374 44 1 0 1 265 136 121
Binary 10100001 11111010 11111100 100100 1 0 1 10110101 1011110 1010001

Color Harmonies of #A1FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAFC

Black with #A1FAFC

Text Example


Text Example

White with #A1FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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