Html Css Color HEX #A1ECE4 Pale Turquoise

📋 copy color: '#A1ECE4'

red 161 ◦ green 236 ◦ blue 228

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

Shades of Pale Turquoise #A1ECE4

Tints of Pale Turquoise #A1ECE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.48%

R = 25.76%
G = 37.76%
B = 36.48%

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

#A1ECE4 (or 0xA1ECE4) is known color: Pale Turquoise. HEX triplet: A1, EC and E4. RGB value is (161,236,228). Sum of RGB (Red+Green+Blue) = 161+236+228=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECE4 is #5E131B. Grayscale: #D4D4D4. Windows color (decimal): -6165276 or 15002785. OLE color: 15002785.

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

Color convert

RGB 161 236 228 -
CMYK 0.32 0 0.03 0.07
HSL 173.6º 0.66% 0.78% -
HSV(B) 173.6º 0.32% 0.93% -
XYZ 58.7 73.17 84.43 -
YUV 212.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 161 236 228 0.32 0 0.03 0.07 173.6 0.66 0.78
Hex A1 EC E4 20 0 3 7 AE 42 4E
Octal 241 354 344 40 0 3 7 256 102 116
Binary 10100001 11101100 11100100 100000 0 11 111 10101110 1000010 1001110

Color Harmonies of #A1ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECE4

Black with #A1ECE4

Text Example


Text Example

White with #A1ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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