Html Css Color HEX #A1EEEF Pale Turquoise

📋 copy color: '#A1EEEF'

red 161 ◦ green 238 ◦ blue 239

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

Shades of Pale Turquoise #A1EEEF

Tints of Pale Turquoise #A1EEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 25.24%
G = 37.3%
B = 37.46%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1EEEF (or 0xA1EEEF) is known color: Pale Turquoise. HEX triplet: A1, EE and EF. RGB value is (161,238,239). Sum of RGB (Red+Green+Blue) = 161+238+239=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEEF is #5E1110. Grayscale: #D7D7D7. Windows color (decimal): -6164753 or 15724193. OLE color: 15724193.

HSL color Cylindrical-coordinate representation of color #A1EEEF: hue angle of 180.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EEEF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 238 239 -
CMYK 0.33 0.00 0 0.06
HSL 180.77º 0.71% 0.78% -
HSV(B) 180.77º 0.33% 0.94% -
XYZ 60.85 74.96 92.92 -
YUV 215.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 161 238 239 0.33 0.00 0 0.06 180.77 0.71 0.78
Hex A1 EE EF 21 0 0 6 B5 47 4E
Octal 241 356 357 41 0 0 6 265 107 116
Binary 10100001 11101110 11101111 100001 0 0 110 10110101 1000111 1001110

Color Harmonies of #A1EEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEEF

Black with #A1EEEF

Text Example


Text Example

White with #A1EEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEEF; }

 p { color: rgb(161,238,239); }

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

background-color css

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

 a { background-color: rgb(161,238,239); }

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

border-color css

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

 span { border-color: rgb(161,238,239); }

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