Html Css Color HEX #A2ECEA Pale Turquoise

📋 copy color: '#A2ECEA'

red 162 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #A2ECEA

Tints of Pale Turquoise #A2ECEA

RGB

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

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

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

R = 25.63%
G = 37.34%
B = 37.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A2ECEA (or 0xA2ECEA) is known color: Pale Turquoise. HEX triplet: A2, EC and EA. RGB value is (162,236,234). Sum of RGB (Red+Green+Blue) = 162+236+234=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECEA is #5D1315. Grayscale: #D5D5D5. Windows color (decimal): -6099734 or 15396002. OLE color: 15396002.

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

Color convert

RGB 162 236 234 -
CMYK 0.31 0 0.01 0.07
HSL 178.38º 0.66% 0.78% -
HSV(B) 178.38º 0.31% 0.93% -
XYZ 59.75 73.61 88.9 -
YUV 213.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 162 236 234 0.31 0 0.01 0.07 178.38 0.66 0.78
Hex A2 EC EA 1F 0 1 7 B2 42 4E
Octal 242 354 352 37 0 1 7 262 102 116
Binary 10100010 11101100 11101010 11111 0 1 111 10110010 1000010 1001110

Color Harmonies of #A2ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECEA

Black with #A2ECEA

Text Example


Text Example

White with #A2ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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