Html Css Color HEX #A1EBE4 Pale Turquoise

📋 copy color: '#A1EBE4'

red 161 ◦ green 235 ◦ blue 228

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

Shades of Pale Turquoise #A1EBE4

Tints of Pale Turquoise #A1EBE4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

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

R = 25.8%
G = 37.66%
B = 36.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A1EBE4 (or 0xA1EBE4) is known color: Pale Turquoise. HEX triplet: A1, EB and E4. RGB value is (161,235,228). Sum of RGB (Red+Green+Blue) = 161+235+228=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBE4 is #5E141B. Grayscale: #D4D4D4. Windows color (decimal): -6165532 or 15002529. OLE color: 15002529.

HSL color Cylindrical-coordinate representation of color #A1EBE4: hue angle of 174.32º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBE4 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 228 -
CMYK 0.31 0 0.03 0.08
HSL 174.32º 0.65% 0.78% -
HSV(B) 174.32º 0.31% 0.92% -
XYZ 58.41 72.6 84.33 -
YUV 212.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 161 235 228 0.31 0 0.03 0.08 174.32 0.65 0.78
Hex A1 EB E4 1F 0 3 8 AE 41 4E
Octal 241 353 344 37 0 3 10 256 101 116
Binary 10100001 11101011 11100100 11111 0 11 1000 10101110 1000001 1001110

Color Harmonies of #A1EBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBE4

Black with #A1EBE4

Text Example


Text Example

White with #A1EBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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