#A1F4EE

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

Shades of Pale Turquoise #A1F4EE

Tints of Pale Turquoise #A1F4EE

Color information

#A1F4EE (or 0xA1F4EE) is unknown color: approx Pale Turquoise. HEX triplet: A1, F4 and EE. RGB value is (161,244,238). Sum of RGB (Red+Green+Blue) = 161+244+238=643 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.04% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F4EE is #5E0B11. Grayscale: #DADADA. Windows color (decimal): -6163218 or 15660193. OLE color: 15660193.

HSL color Cylindrical-coordinate representation of color #A1F4EE: hue angle of 175.66º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4EE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB161244238-
CMYK0.3400.020.04
HSL175.66º79.05%79.41%-
HSV(B)175.66º34.02%95.69%-
XYZ62.4878.4592.74-
YUV218.513986.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.04%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=25.04%
G=37.95%
B=37.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612442380.3400.020.04175.6679.0579.41
HexA1F4EE22024b04f4f
Octal24136435642024260117117
Binary1010000111110100111011101000100101001011000010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F4EE; }

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

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

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

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

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

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

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

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