Html Css Color HEX #A2FFFA Pale Turquoise

📋 copy color: '#A2FFFA'

red 162 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #A2FFFA

Tints of Pale Turquoise #A2FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 24.29%
G = 38.23%
B = 37.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#A2FFFA (or 0xA2FFFA) is known color: Pale Turquoise. HEX triplet: A2, FF and FA. RGB value is (162,255,250). Sum of RGB (Red+Green+Blue) = 162+255+250=667 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.29% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFFA is #5D0005. Grayscale: #E2E2E2. Windows color (decimal): -6094854 or 16449442. OLE color: 16449442.

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

Color convert

RGB 162 255 250 -
CMYK 0.36 0 0.02 0
HSL 176.77º 1% 0.82% -
HSV(B) 176.77º 0.36% 1% -
XYZ 67.92 86.1 103.48 -
YUV 226.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 162 255 250 0.36 0 0.02 0 176.77 1 0.82
Hex A2 FF FA 24 0 2 0 B1 64 52
Octal 242 377 372 44 0 2 0 261 144 122
Binary 10100010 11111111 11111010 100100 0 10 0 10110001 1100100 1010010

Color Harmonies of #A2FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFFA

Black with #A2FFFA

Text Example


Text Example

White with #A2FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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