Html Css Color HEX #A2EBE2 Pale Turquoise

📋 copy color: '#A2EBE2'

red 162 ◦ green 235 ◦ blue 226

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

Shades of Pale Turquoise #A2EBE2

Tints of Pale Turquoise #A2EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.72%

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 26%
G = 37.72%
B = 36.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#A2EBE2 (or 0xA2EBE2) is known color: Pale Turquoise. HEX triplet: A2, EB and E2. RGB value is (162,235,226). Sum of RGB (Red+Green+Blue) = 162+235+226=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBE2 is #5D141D. Grayscale: #D4D4D4. Windows color (decimal): -6099998 or 14871458. OLE color: 14871458.

HSL color Cylindrical-coordinate representation of color #A2EBE2: hue angle of 172.6º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBE2 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 235 226 -
CMYK 0.31 0 0.04 0.08
HSL 172.6º 0.65% 0.78% -
HSV(B) 172.6º 0.31% 0.92% -
XYZ 58.34 72.59 82.89 -
YUV 212.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 162 235 226 0.31 0 0.04 0.08 172.6 0.65 0.78
Hex A2 EB E2 1F 0 4 8 AD 41 4E
Octal 242 353 342 37 0 4 10 255 101 116
Binary 10100010 11101011 11100010 11111 0 100 1000 10101101 1000001 1001110

Color Harmonies of #A2EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBE2

Black with #A2EBE2

Text Example


Text Example

White with #A2EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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