Html Css Color HEX #A2ECE4 Pale Turquoise

📋 copy color: '#A2ECE4'

red 162 ◦ green 236 ◦ blue 228

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

Shades of Pale Turquoise #A2ECE4

Tints of Pale Turquoise #A2ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.7%

 BLUE value IS 228 (89.45% from 255) = 36.42%

R = 25.88%
G = 37.7%
B = 36.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#A2ECE4 (or 0xA2ECE4) is known color: Pale Turquoise. HEX triplet: A2, EC and E4. RGB value is (162,236,228). Sum of RGB (Red+Green+Blue) = 162+236+228=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECE4 is #5D131B. Grayscale: #D4D4D4. Windows color (decimal): -6099740 or 15002786. OLE color: 15002786.

HSL color Cylindrical-coordinate representation of color #A2ECE4: hue angle of 173.51º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECE4 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 228 -
CMYK 0.31 0 0.03 0.07
HSL 173.51º 0.66% 0.78% -
HSV(B) 173.51º 0.31% 0.93% -
XYZ 58.9 73.27 84.44 -
YUV 212.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 162 236 228 0.31 0 0.03 0.07 173.51 0.66 0.78
Hex A2 EC E4 1F 0 3 7 AE 42 4E
Octal 242 354 344 37 0 3 7 256 102 116
Binary 10100010 11101100 11100100 11111 0 11 111 10101110 1000010 1001110

Color Harmonies of #A2ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECE4

Black with #A2ECE4

Text Example


Text Example

White with #A2ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECE4; }

 p { color: rgb(162,236,228); }

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

background-color css

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

 a { background-color: rgb(162,236,228); }

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

border-color css

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

 span { border-color: rgb(162,236,228); }

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