#ADEAE9

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

Shades of Pale Turquoise #ADEAE9

Tints of Pale Turquoise #ADEAE9

Color information

#ADEAE9 (or 0xADEAE9) is unknown color: approx Pale Turquoise. HEX triplet: AD, EA and E9. RGB value is (173,234,233). Sum of RGB (Red+Green+Blue) = 173+234+233=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAE9 is #521516. Grayscale: #D7D7D7. Windows color (decimal): -5379351 or 15329965. OLE color: 15329965.

HSL color Cylindrical-coordinate representation of color #ADEAE9: hue angle of 179.02º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAE9 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB173234233-
CMYK0.2600.000.08
HSL179.02º59.22%79.8%-
HSV(B)179.02º26.07%91.76%-
XYZ61.3673.6188.07-
YUV215.65137.7997.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 233 (91.41% from 255) = 36.41%
R=27.03%
G=36.56%
B=36.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342330.2600.000.08179.0259.2279.8
HexADEAE91A008b33b50
Octal25535235132001026373120
Binary10101101111010101110100111010001000101100111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAE9; }

 p { color: rgb(173,234,233); }

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

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

 a { background-color: rgb(173,234,233); }

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

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

 span { border-color: rgb(173,234,233); }

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