Html Css Color HEX #A2EDE8 Pale Turquoise

📋 copy color: '#A2EDE8'

red 162 ◦ green 237 ◦ blue 232

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

Shades of Pale Turquoise #A2EDE8

Tints of Pale Turquoise #A2EDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.77%

R = 25.67%
G = 37.56%
B = 36.77%

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

#A2EDE8 (or 0xA2EDE8) is known color: Pale Turquoise. HEX triplet: A2, ED and E8. RGB value is (162,237,232). Sum of RGB (Red+Green+Blue) = 162+237+232=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDE8 is #5D1217. Grayscale: #D5D5D5. Windows color (decimal): -6099480 or 15265186. OLE color: 15265186.

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

Color convert

RGB 162 237 232 -
CMYK 0.32 0 0.02 0.07
HSL 176º 0.68% 0.78% -
HSV(B) 176º 0.32% 0.93% -
XYZ 59.75 74.08 87.49 -
YUV 214.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 162 237 232 0.32 0 0.02 0.07 176 0.68 0.78
Hex A2 ED E8 20 0 2 7 B0 44 4E
Octal 242 355 350 40 0 2 7 260 104 116
Binary 10100010 11101101 11101000 100000 0 10 111 10110000 1000100 1001110

Color Harmonies of #A2EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDE8

Black with #A2EDE8

Text Example


Text Example

White with #A2EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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