#a1edee

Color #A1EDEE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A1EDEE

Tints of Pale Turquoise #A1EDEE

Color information

#A1EDEE (or 0xA1EDEE) is unknown color: approx Pale Turquoise. HEX triplet: A1, ED and EE. RGB value is (161,237,238). Sum of RGB (Red+Green+Blue) = 161+237+238=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDEE is #5E1211. Grayscale: #D6D6D6. Windows color (decimal): -6165010 or 15658401. OLE color: 15658401.

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

Color convert

RGB161237238-
CMYK0.320.0000.07
HSL180.78º69.37%78.24%-
HSV(B)180.78º32.35%93.33%-
XYZ60.4174.3292.05-
YUV214.39141.3289.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.31%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=25.31%
G=37.26%
B=37.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612372380.320.0000.07180.7869.3778.24
HexA1EDEE20007b5454e
Octal24135535640007265105116
Binary101000011110110111101110100000001111011010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1edee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1edee; }

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

 H1.HeaderClassName
 {
   color: #a1edee;
 }
 .AnyTagClassName
 {
   color: #a1edee;
 }
</style>
background-color css

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

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

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

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

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

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