Html Css Color HEX #A2FFEC Pale Turquoise

📋 copy color: '#A2FFEC'

red 162 ◦ green 255 ◦ blue 236

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

Shades of Pale Turquoise #A2FFEC

Tints of Pale Turquoise #A2FFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 24.81%
G = 39.05%
B = 36.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#A2FFEC (or 0xA2FFEC) is known color: Pale Turquoise. HEX triplet: A2, FF and EC. RGB value is (162,255,236). Sum of RGB (Red+Green+Blue) = 162+255+236=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFEC is #5D0013. Grayscale: #E1E1E1. Windows color (decimal): -6094868 or 15531938. OLE color: 15531938.

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

Color convert

RGB 162 255 236 -
CMYK 0.36 0 0.07 0
HSL 167.74º 1% 0.82% -
HSV(B) 167.74º 0.36% 1% -
XYZ 65.8 85.26 92.35 -
YUV 225.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 162 255 236 0.36 0 0.07 0 167.74 1 0.82
Hex A2 FF EC 24 0 7 0 A8 64 52
Octal 242 377 354 44 0 7 0 250 144 122
Binary 10100010 11111111 11101100 100100 0 111 0 10101000 1100100 1010010

Color Harmonies of #A2FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFEC

Black with #A2FFEC

Text Example


Text Example

White with #A2FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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