Html Css Color HEX #A2EEED Pale Turquoise

📋 copy color: '#A2EEED'

red 162 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #A2EEED

Tints of Pale Turquoise #A2EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.36%

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 25.43%
G = 37.36%
B = 37.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A2EEED (or 0xA2EEED) is known color: Pale Turquoise. HEX triplet: A2, EE and ED. RGB value is (162,238,237). Sum of RGB (Red+Green+Blue) = 162+238+237=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EEED is #5D1112. Grayscale: #D7D7D7. Windows color (decimal): -6099219 or 15593122. OLE color: 15593122.

HSL color Cylindrical-coordinate representation of color #A2EEED: hue angle of 179.21º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EEED is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 238 237 -
CMYK 0.32 0 0.00 0.07
HSL 179.21º 0.69% 0.78% -
HSV(B) 179.21º 0.32% 0.93% -
XYZ 60.76 74.94 91.38 -
YUV 215.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 162 238 237 0.32 0 0.00 0.07 179.21 0.69 0.78
Hex A2 EE ED 20 0 0 7 B3 45 4E
Octal 242 356 355 40 0 0 7 263 105 116
Binary 10100010 11101110 11101101 100000 0 0 111 10110011 1000101 1001110

Color Harmonies of #A2EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEED

Black with #A2EEED

Text Example


Text Example

White with #A2EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEED; }

 p { color: rgb(162,238,237); }

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

background-color css

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

 a { background-color: rgb(162,238,237); }

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

border-color css

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

 span { border-color: rgb(162,238,237); }

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