Html Css Color HEX #A1FCFB Pale Turquoise

📋 copy color: '#A1FCFB'

red 161 ◦ green 252 ◦ blue 251

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

Shades of Pale Turquoise #A1FCFB

Tints of Pale Turquoise #A1FCFB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.95%

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 24.25%
G = 37.95%
B = 37.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#A1FCFB (or 0xA1FCFB) is known color: Pale Turquoise. HEX triplet: A1, FC and FB. RGB value is (161,252,251). Sum of RGB (Red+Green+Blue) = 161+252+251=664 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.25% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCFB is #5E0304. Grayscale: #E0E0E0. Windows color (decimal): -6161157 or 16514209. OLE color: 16514209.

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

Color convert

RGB 161 252 251 -
CMYK 0.36 0 0.00 0.01
HSL 179.34º 0.94% 0.81% -
HSV(B) 179.34º 0.36% 0.99% -
XYZ 66.92 84.16 103.98 -
YUV 224.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 161 252 251 0.36 0 0.00 0.01 179.34 0.94 0.81
Hex A1 FC FB 24 0 0 1 B3 5E 51
Octal 241 374 373 44 0 0 1 263 136 121
Binary 10100001 11111100 11111011 100100 0 0 1 10110011 1011110 1010001

Color Harmonies of #A1FCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCFB

Black with #A1FCFB

Text Example


Text Example

White with #A1FCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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