Html Css Color HEX #A2FFEA Pale Turquoise

📋 copy color: '#A2FFEA'

red 162 ◦ green 255 ◦ blue 234

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

Shades of Pale Turquoise #A2FFEA

Tints of Pale Turquoise #A2FFEA

RGB

 RED value IS 162 (63.67% from 255) = 24.88%

 GREEN value IS 255 (100% from 255) = 39.17%

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

R = 24.88%
G = 39.17%
B = 35.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#A2FFEA (or 0xA2FFEA) is known color: Pale Turquoise. HEX triplet: A2, FF and EA. RGB value is (162,255,234). Sum of RGB (Red+Green+Blue) = 162+255+234=651 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.88% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFEA is #5D0015. Grayscale: #E0E0E0. Windows color (decimal): -6094870 or 15400866. OLE color: 15400866.

HSL color Cylindrical-coordinate representation of color #A2FFEA: hue angle of 166.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFEA is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 162 255 234 -
CMYK 0.36 0 0.08 0
HSL 166.45º 1% 0.82% -
HSV(B) 166.45º 0.36% 1% -
XYZ 65.51 85.14 90.82 -
YUV 224.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 162 255 234 0.36 0 0.08 0 166.45 1 0.82
Hex A2 FF EA 24 0 8 0 A6 64 52
Octal 242 377 352 44 0 10 0 246 144 122
Binary 10100010 11111111 11101010 100100 0 1000 0 10100110 1100100 1010010

Color Harmonies of #A2FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFEA

Black with #A2FFEA

Text Example


Text Example

White with #A2FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFEA; }

 p { color: rgb(162,255,234); }

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

background-color css

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

 a { background-color: rgb(162,255,234); }

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

border-color css

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

 span { border-color: rgb(162,255,234); }

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