Html Css Color HEX #A2EFE5 Pale Turquoise

📋 copy color: '#A2EFE5'

red 162 ◦ green 239 ◦ blue 229

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

Shades of Pale Turquoise #A2EFE5

Tints of Pale Turquoise #A2EFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

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

R = 25.71%
G = 37.94%
B = 36.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#A2EFE5 (or 0xA2EFE5) is known color: Pale Turquoise. HEX triplet: A2, EF and E5. RGB value is (162,239,229). Sum of RGB (Red+Green+Blue) = 162+239+229=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFE5 is #5D101A. Grayscale: #D6D6D6. Windows color (decimal): -6098971 or 15069090. OLE color: 15069090.

HSL color Cylindrical-coordinate representation of color #A2EFE5: hue angle of 172.21º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFE5 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 229 -
CMYK 0.32 0 0.04 0.06
HSL 172.21º 0.71% 0.79% -
HSV(B) 172.21º 0.32% 0.94% -
XYZ 59.91 75.07 85.46 -
YUV 214.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 162 239 229 0.32 0 0.04 0.06 172.21 0.71 0.79
Hex A2 EF E5 20 0 4 6 AC 47 4F
Octal 242 357 345 40 0 4 6 254 107 117
Binary 10100010 11101111 11100101 100000 0 100 110 10101100 1000111 1001111

Color Harmonies of #A2EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFE5

Black with #A2EFE5

Text Example


Text Example

White with #A2EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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