Html Css Color HEX #A2EBE5 Pale Turquoise

📋 copy color: '#A2EBE5'

red 162 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #A2EBE5

Tints of Pale Turquoise #A2EBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 25.88%
G = 37.54%
B = 36.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A2EBE5 (or 0xA2EBE5) is known color: Pale Turquoise. HEX triplet: A2, EB and E5. RGB value is (162,235,229). Sum of RGB (Red+Green+Blue) = 162+235+229=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBE5 is #5D141A. Grayscale: #D4D4D4. Windows color (decimal): -6099995 or 15068066. OLE color: 15068066.

HSL color Cylindrical-coordinate representation of color #A2EBE5: hue angle of 175.07º 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 #A2EBE5 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 235 229 -
CMYK 0.31 0 0.03 0.08
HSL 175.07º 0.65% 0.78% -
HSV(B) 175.07º 0.31% 0.92% -
XYZ 58.75 72.76 85.08 -
YUV 212.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 162 235 229 0.31 0 0.03 0.08 175.07 0.65 0.78
Hex A2 EB E5 1F 0 3 8 AF 41 4E
Octal 242 353 345 37 0 3 10 257 101 116
Binary 10100010 11101011 11100101 11111 0 11 1000 10101111 1000001 1001110

Color Harmonies of #A2EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBE5

Black with #A2EBE5

Text Example


Text Example

White with #A2EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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