#A0E9E3

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

Shades of Pale Turquoise #A0E9E3

Tints of Pale Turquoise #A0E9E3

Color information

#A0E9E3 (or 0xA0E9E3) is unknown color: approx Pale Turquoise. HEX triplet: A0, E9 and E3. RGB value is (160,233,227). Sum of RGB (Red+Green+Blue) = 160+233+227=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9E3 is #5F161C. Grayscale: #D2D2D2. Windows color (decimal): -6231581 or 14936480. OLE color: 14936480.

HSL color Cylindrical-coordinate representation of color #A0E9E3: hue angle of 175.07º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9E3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB160233227-
CMYK0.3100.030.09
HSL175.07º62.39%77.06%-
HSV(B)175.07º31.33%91.37%-
XYZ57.571.383.4-
YUV210.49137.3291.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.81%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=25.81%
G=37.58%
B=36.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602332270.3100.030.09175.0762.3977.06
HexA0E9E31F039af3e4d
Octal24035134337031125776115
Binary101000001110100111100011111110111001101011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9E3; }

 p { color: rgb(160,233,227); }

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

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

 a { background-color: rgb(160,233,227); }

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

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

 span { border-color: rgb(160,233,227); }

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