Html Css Color HEX #A1ECEA Pale Turquoise

📋 copy color: '#A1ECEA'

red 161 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #A1ECEA

Tints of Pale Turquoise #A1ECEA

RGB

 RED value IS 161 (63.28% from 255) = 25.52%

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

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

R = 25.52%
G = 37.4%
B = 37.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A1ECEA (or 0xA1ECEA) is known color: Pale Turquoise. HEX triplet: A1, EC and EA. RGB value is (161,236,234). Sum of RGB (Red+Green+Blue) = 161+236+234=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECEA is #5E1315. Grayscale: #D5D5D5. Windows color (decimal): -6165270 or 15396001. OLE color: 15396001.

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

Color convert

RGB 161 236 234 -
CMYK 0.32 0 0.01 0.07
HSL 178.4º 0.66% 0.78% -
HSV(B) 178.4º 0.32% 0.93% -
XYZ 59.54 73.51 88.89 -
YUV 213.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 161 236 234 0.32 0 0.01 0.07 178.4 0.66 0.78
Hex A1 EC EA 20 0 1 7 B2 42 4E
Octal 241 354 352 40 0 1 7 262 102 116
Binary 10100001 11101100 11101010 100000 0 1 111 10110010 1000010 1001110

Color Harmonies of #A1ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECEA

Black with #A1ECEA

Text Example


Text Example

White with #A1ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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