Html Css Color HEX #A1ECE7 Pale Turquoise

📋 copy color: '#A1ECE7'

red 161 ◦ green 236 ◦ blue 231

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

Shades of Pale Turquoise #A1ECE7

Tints of Pale Turquoise #A1ECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.78%

R = 25.64%
G = 37.58%
B = 36.78%

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

#A1ECE7 (or 0xA1ECE7) is known color: Pale Turquoise. HEX triplet: A1, EC and E7. RGB value is (161,236,231). Sum of RGB (Red+Green+Blue) = 161+236+231=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECE7 is #5E1318. Grayscale: #D4D4D4. Windows color (decimal): -6165273 or 15199393. OLE color: 15199393.

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

Color convert

RGB 161 236 231 -
CMYK 0.32 0 0.02 0.07
HSL 176º 0.66% 0.78% -
HSV(B) 176º 0.32% 0.93% -
XYZ 59.12 73.34 86.64 -
YUV 213.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 161 236 231 0.32 0 0.02 0.07 176 0.66 0.78
Hex A1 EC E7 20 0 2 7 B0 42 4E
Octal 241 354 347 40 0 2 7 260 102 116
Binary 10100001 11101100 11100111 100000 0 10 111 10110000 1000010 1001110

Color Harmonies of #A1ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECE7

Black with #A1ECE7

Text Example


Text Example

White with #A1ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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