#a0feee

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

Shades of Pale Turquoise #A0FEEE

Tints of Pale Turquoise #A0FEEE

Color information

#A0FEEE (or 0xA0FEEE) is unknown color: approx Pale Turquoise. HEX triplet: A0, FE and EE. RGB value is (160,254,238). Sum of RGB (Red+Green+Blue) = 160+254+238=652 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.54% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEEE is #5F0111. Grayscale: #E0E0E0. Windows color (decimal): -6226194 or 15662752. OLE color: 15662752.

HSL color Cylindrical-coordinate representation of color #A0FEEE: hue angle of 169.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEEE is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB160254238-
CMYK0.3700.060.00
HSL169.79º97.92%81.18%-
HSV(B)169.79º37.01%99.61%-
XYZ65.3784.5393.76-
YUV224.07135.8682.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.54%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=24.54%
G=38.96%
B=36.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542380.3700.060.00169.7997.9281.18
HexA0FEEE25060aa6251
Octal24037635645060252142121
Binary101000001111111011101110100101011001010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0feee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0feee; }

 p { color: rgb(160,254,238); }

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

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

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

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

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

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

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