Html Css Color HEX #A2EFEA Pale Turquoise

📋 copy color: '#A2EFEA'

red 162 ◦ green 239 ◦ blue 234

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

Shades of Pale Turquoise #A2EFEA

Tints of Pale Turquoise #A2EFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 25.51%
G = 37.64%
B = 36.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#A2EFEA (or 0xA2EFEA) is known color: Pale Turquoise. HEX triplet: A2, EF and EA. RGB value is (162,239,234). Sum of RGB (Red+Green+Blue) = 162+239+234=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFEA is #5D1015. Grayscale: #D7D7D7. Windows color (decimal): -6098966 or 15396770. OLE color: 15396770.

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

Color convert

RGB 162 239 234 -
CMYK 0.32 0 0.02 0.06
HSL 176.1º 0.71% 0.79% -
HSV(B) 176.1º 0.32% 0.94% -
XYZ 60.62 75.35 89.19 -
YUV 215.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 162 239 234 0.32 0 0.02 0.06 176.1 0.71 0.79
Hex A2 EF EA 20 0 2 6 B0 47 4F
Octal 242 357 352 40 0 2 6 260 107 117
Binary 10100010 11101111 11101010 100000 0 10 110 10110000 1000111 1001111

Color Harmonies of #A2EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFEA

Black with #A2EFEA

Text Example


Text Example

White with #A2EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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