Html Css Color HEX #A1ECE8 Pale Turquoise

📋 copy color: '#A1ECE8'

red 161 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #A1ECE8

Tints of Pale Turquoise #A1ECE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.88%

R = 25.6%
G = 37.52%
B = 36.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A1ECE8 (or 0xA1ECE8) is known color: Pale Turquoise. HEX triplet: A1, EC and E8. RGB value is (161,236,232). Sum of RGB (Red+Green+Blue) = 161+236+232=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECE8 is #5E1317. Grayscale: #D5D5D5. Windows color (decimal): -6165272 or 15264929. OLE color: 15264929.

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

Color convert

RGB 161 236 232 -
CMYK 0.32 0 0.02 0.07
HSL 176.8º 0.66% 0.78% -
HSV(B) 176.8º 0.32% 0.93% -
XYZ 59.26 73.39 87.39 -
YUV 213.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 161 236 232 0.32 0 0.02 0.07 176.8 0.66 0.78
Hex A1 EC E8 20 0 2 7 B1 42 4E
Octal 241 354 350 40 0 2 7 261 102 116
Binary 10100001 11101100 11101000 100000 0 10 111 10110001 1000010 1001110

Color Harmonies of #A1ECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECE8

Black with #A1ECE8

Text Example


Text Example

White with #A1ECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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