Html Css Color HEX #A1EEEE Pale Turquoise

📋 copy color: '#A1EEEE'

red 161 ◦ green 238 ◦ blue 238

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

Shades of Pale Turquoise #A1EEEE

Tints of Pale Turquoise #A1EEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 25.27%
G = 37.36%
B = 37.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1EEEE (or 0xA1EEEE) is known color: Pale Turquoise. HEX triplet: A1, EE and EE. RGB value is (161,238,238). Sum of RGB (Red+Green+Blue) = 161+238+238=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #A1EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEEE is #5E1111. Grayscale: #D6D6D6. Windows color (decimal): -6164754 or 15658657. OLE color: 15658657.

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

Color convert

RGB 161 238 238 -
CMYK 0.32 0 0 0.07
HSL 180º 0.69% 0.78% -
HSV(B) 180º 0.32% 0.93% -
XYZ 60.71 74.9 92.15 -
YUV 214.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 161 238 238 0.32 0 0 0.07 180 0.69 0.78
Hex A1 EE EE 20 0 0 7 B4 45 4E
Octal 241 356 356 40 0 0 7 264 105 116
Binary 10100001 11101110 11101110 100000 0 0 111 10110100 1000101 1001110

Color Harmonies of #A1EEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEEE

Black with #A1EEEE

Text Example


Text Example

White with #A1EEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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