Html Css Color HEX #A1FEEA Pale Turquoise

📋 copy color: '#A1FEEA'

red 161 ◦ green 254 ◦ blue 234

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

Shades of Pale Turquoise #A1FEEA

Tints of Pale Turquoise #A1FEEA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.14%

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

R = 24.81%
G = 39.14%
B = 36.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#A1FEEA (or 0xA1FEEA) is known color: Pale Turquoise. HEX triplet: A1, FE and EA. RGB value is (161,254,234). Sum of RGB (Red+Green+Blue) = 161+254+234=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEEA is #5E0115. Grayscale: #DFDFDF. Windows color (decimal): -6160662 or 15400609. OLE color: 15400609.

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

Color convert

RGB 161 254 234 -
CMYK 0.37 0 0.08 0.00
HSL 167.1º 0.98% 0.81% -
HSV(B) 167.1º 0.37% 1% -
XYZ 64.99 84.4 90.71 -
YUV 223.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 161 254 234 0.37 0 0.08 0.00 167.1 0.98 0.81
Hex A1 FE EA 25 0 8 0 A7 62 51
Octal 241 376 352 45 0 10 0 247 142 121
Binary 10100001 11111110 11101010 100101 0 1000 0 10100111 1100010 1010001

Color Harmonies of #A1FEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEEA

Black with #A1FEEA

Text Example


Text Example

White with #A1FEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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