Html Css Color HEX #A1FCEC Pale Turquoise

📋 copy color: '#A1FCEC'

red 161 ◦ green 252 ◦ blue 236

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

Shades of Pale Turquoise #A1FCEC

Tints of Pale Turquoise #A1FCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 24.81%
G = 38.83%
B = 36.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#A1FCEC (or 0xA1FCEC) is known color: Pale Turquoise. HEX triplet: A1, FC and EC. RGB value is (161,252,236). Sum of RGB (Red+Green+Blue) = 161+252+236=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCEC is #5E0313. Grayscale: #DEDEDE. Windows color (decimal): -6161172 or 15531169. OLE color: 15531169.

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

Color convert

RGB 161 252 236 -
CMYK 0.36 0 0.06 0.01
HSL 169.45º 0.94% 0.81% -
HSV(B) 169.45º 0.36% 0.99% -
XYZ 64.65 83.25 92.02 -
YUV 222.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 161 252 236 0.36 0 0.06 0.01 169.45 0.94 0.81
Hex A1 FC EC 24 0 6 1 A9 5E 51
Octal 241 374 354 44 0 6 1 251 136 121
Binary 10100001 11111100 11101100 100100 0 110 1 10101001 1011110 1010001

Color Harmonies of #A1FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCEC

Black with #A1FCEC

Text Example


Text Example

White with #A1FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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