Html Css Color HEX #A2EFE6 Pale Turquoise

📋 copy color: '#A2EFE6'

red 162 ◦ green 239 ◦ blue 230

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

Shades of Pale Turquoise #A2EFE6

Tints of Pale Turquoise #A2EFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.45%

R = 25.67%
G = 37.88%
B = 36.45%

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

#A2EFE6 (or 0xA2EFE6) is known color: Pale Turquoise. HEX triplet: A2, EF and E6. RGB value is (162,239,230). Sum of RGB (Red+Green+Blue) = 162+239+230=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFE6 is #5D1019. Grayscale: #D6D6D6. Windows color (decimal): -6098970 or 15134626. OLE color: 15134626.

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

Color convert

RGB 162 239 230 -
CMYK 0.32 0 0.04 0.06
HSL 172.99º 0.71% 0.79% -
HSV(B) 172.99º 0.32% 0.94% -
XYZ 60.05 75.13 86.2 -
YUV 214.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 162 239 230 0.32 0 0.04 0.06 172.99 0.71 0.79
Hex A2 EF E6 20 0 4 6 AD 47 4F
Octal 242 357 346 40 0 4 6 255 107 117
Binary 10100010 11101111 11100110 100000 0 100 110 10101101 1000111 1001111

Color Harmonies of #A2EFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFE6

Black with #A2EFE6

Text Example


Text Example

White with #A2EFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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