Html Css Color HEX #A1FCEA Pale Turquoise

📋 copy color: '#A1FCEA'

red 161 ◦ green 252 ◦ blue 234

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

Shades of Pale Turquoise #A1FCEA

Tints of Pale Turquoise #A1FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 24.88%
G = 38.95%
B = 36.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#A1FCEA (or 0xA1FCEA) is known color: Pale Turquoise. HEX triplet: A1, FC and EA. RGB value is (161,252,234). Sum of RGB (Red+Green+Blue) = 161+252+234=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCEA is #5E0315. Grayscale: #DEDEDE. Windows color (decimal): -6161174 or 15400097. OLE color: 15400097.

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

Color convert

RGB 161 252 234 -
CMYK 0.36 0 0.07 0.01
HSL 168.13º 0.94% 0.81% -
HSV(B) 168.13º 0.36% 0.99% -
XYZ 64.36 83.14 90.5 -
YUV 222.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 161 252 234 0.36 0 0.07 0.01 168.13 0.94 0.81
Hex A1 FC EA 24 0 7 1 A8 5E 51
Octal 241 374 352 44 0 7 1 250 136 121
Binary 10100001 11111100 11101010 100100 0 111 1 10101000 1011110 1010001

Color Harmonies of #A1FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCEA

Black with #A1FCEA

Text Example


Text Example

White with #A1FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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