Html Css Color HEX #A2FFEB Pale Turquoise

📋 copy color: '#A2FFEB'

red 162 ◦ green 255 ◦ blue 235

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

Shades of Pale Turquoise #A2FFEB

Tints of Pale Turquoise #A2FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 24.85%
G = 39.11%
B = 36.04%

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

#A2FFEB (or 0xA2FFEB) is known color: Pale Turquoise. HEX triplet: A2, FF and EB. RGB value is (162,255,235). Sum of RGB (Red+Green+Blue) = 162+255+235=652 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.85% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFEB is #5D0014. Grayscale: #E0E0E0. Windows color (decimal): -6094869 or 15466402. OLE color: 15466402.

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

Color convert

RGB 162 255 235 -
CMYK 0.36 0 0.08 0
HSL 167.1º 1% 0.82% -
HSV(B) 167.1º 0.36% 1% -
XYZ 65.66 85.2 91.58 -
YUV 224.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 162 255 235 0.36 0 0.08 0 167.1 1 0.82
Hex A2 FF EB 24 0 8 0 A7 64 52
Octal 242 377 353 44 0 10 0 247 144 122
Binary 10100010 11111111 11101011 100100 0 1000 0 10100111 1100100 1010010

Color Harmonies of #A2FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFEB

Black with #A2FFEB

Text Example


Text Example

White with #A2FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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