Html Css Color HEX #A2EDE9 Pale Turquoise

📋 copy color: '#A2EDE9'

red 162 ◦ green 237 ◦ blue 233

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

Shades of Pale Turquoise #A2EDE9

Tints of Pale Turquoise #A2EDE9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 25.63%
G = 37.5%
B = 36.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A2EDE9 (or 0xA2EDE9) is known color: Pale Turquoise. HEX triplet: A2, ED and E9. RGB value is (162,237,233). Sum of RGB (Red+Green+Blue) = 162+237+233=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDE9 is #5D1216. Grayscale: #D6D6D6. Windows color (decimal): -6099479 or 15330722. OLE color: 15330722.

HSL color Cylindrical-coordinate representation of color #A2EDE9: hue angle of 176.8º degrees, saturation: 0.68, 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 #A2EDE9 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 233 -
CMYK 0.32 0 0.02 0.07
HSL 176.8º 0.68% 0.78% -
HSV(B) 176.8º 0.32% 0.93% -
XYZ 59.89 74.13 88.24 -
YUV 214.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 162 237 233 0.32 0 0.02 0.07 176.8 0.68 0.78
Hex A2 ED E9 20 0 2 7 B1 44 4E
Octal 242 355 351 40 0 2 7 261 104 116
Binary 10100010 11101101 11101001 100000 0 10 111 10110001 1000100 1001110

Color Harmonies of #A2EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDE9

Black with #A2EDE9

Text Example


Text Example

White with #A2EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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