Html Css Color HEX #A1ECE6 Pale Turquoise

📋 copy color: '#A1ECE6'

red 161 ◦ green 236 ◦ blue 230

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

Shades of Pale Turquoise #A1ECE6

Tints of Pale Turquoise #A1ECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 25.68%
G = 37.64%
B = 36.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#A1ECE6 (or 0xA1ECE6) is known color: Pale Turquoise. HEX triplet: A1, EC and E6. RGB value is (161,236,230). Sum of RGB (Red+Green+Blue) = 161+236+230=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECE6 is #5E1319. Grayscale: #D4D4D4. Windows color (decimal): -6165274 or 15133857. OLE color: 15133857.

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

Color convert

RGB 161 236 230 -
CMYK 0.32 0 0.03 0.07
HSL 175.2º 0.66% 0.78% -
HSV(B) 175.2º 0.32% 0.93% -
XYZ 58.98 73.28 85.9 -
YUV 212.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 161 236 230 0.32 0 0.03 0.07 175.2 0.66 0.78
Hex A1 EC E6 20 0 3 7 AF 42 4E
Octal 241 354 346 40 0 3 7 257 102 116
Binary 10100001 11101100 11100110 100000 0 11 111 10101111 1000010 1001110

Color Harmonies of #A1ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECE6

Black with #A1ECE6

Text Example


Text Example

White with #A1ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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