#ADE8EE

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

Shades of Pale Turquoise #ADE8EE

Tints of Pale Turquoise #ADE8EE

Color information

#ADE8EE (or 0xADE8EE) is unknown color: approx Pale Turquoise. HEX triplet: AD, E8 and EE. RGB value is (173,232,238). Sum of RGB (Red+Green+Blue) = 173+232+238=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8EE is #521711. Grayscale: #D6D6D6. Windows color (decimal): -5379858 or 15657133. OLE color: 15657133.

HSL color Cylindrical-coordinate representation of color #ADE8EE: hue angle of 185.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE8EE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173232238-
CMYK0.270.0300.07
HSL185.54º65.66%80.59%-
HSV(B)185.54º27.31%93.33%-
XYZ61.5272.7791.69-
YUV215.04140.9598.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=26.91%
G=36.08%
B=37.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732322380.270.0300.07185.5465.6680.59
HexADE8EE1B307ba4251
Octal25535035633307272102121
Binary101011011110100011101110110111101111011101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8EE; }

 p { color: rgb(173,232,238); }

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

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

 a { background-color: rgb(173,232,238); }

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

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

 span { border-color: rgb(173,232,238); }

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