Html Css Color HEX #A1FAFE Pale Turquoise

📋 copy color: '#A1FAFE'

red 161 ◦ green 250 ◦ blue 254

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

Shades of Pale Turquoise #A1FAFE

Tints of Pale Turquoise #A1FAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 24.21%
G = 37.59%
B = 38.2%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1FAFE (or 0xA1FAFE) is known color: Pale Turquoise. HEX triplet: A1, FA and FE. RGB value is (161,250,254). Sum of RGB (Red+Green+Blue) = 161+250+254=665 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.21% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAFE is #5E0501. Grayscale: #DFDFDF. Windows color (decimal): -6161666 or 16710305. OLE color: 16710305.

HSL color Cylindrical-coordinate representation of color #A1FAFE: hue angle of 182.58º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FAFE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 250 254 -
CMYK 0.37 0.02 0 0.00
HSL 182.58º 0.98% 0.81% -
HSV(B) 182.58º 0.37% 1% -
XYZ 66.77 83.1 106.29 -
YUV 223.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 161 250 254 0.37 0.02 0 0.00 182.58 0.98 0.81
Hex A1 FA FE 25 2 0 0 B7 62 51
Octal 241 372 376 45 2 0 0 267 142 121
Binary 10100001 11111010 11111110 100101 10 0 0 10110111 1100010 1010001

Color Harmonies of #A1FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAFE

Black with #A1FAFE

Text Example


Text Example

White with #A1FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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