#ADE8E6

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

Shades of Pale Turquoise #ADE8E6

Tints of Pale Turquoise #ADE8E6

Color information

#ADE8E6 (or 0xADE8E6) is unknown color: approx Pale Turquoise. HEX triplet: AD, E8 and E6. RGB value is (173,232,230). Sum of RGB (Red+Green+Blue) = 173+232+230=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8E6 is #521719. Grayscale: #D6D6D6. Windows color (decimal): -5379866 or 15132845. OLE color: 15132845.

HSL color Cylindrical-coordinate representation of color #ADE8E6: hue angle of 177.97º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8E6 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB173232230-
CMYK0.2500.010.09
HSL177.97º56.19%79.41%-
HSV(B)177.97º25.43%90.98%-
XYZ60.3772.3185.64-
YUV214.13136.9598.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.24%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=27.24%
G=36.54%
B=36.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732322300.2500.010.09177.9756.1979.41
HexADE8E619019b2384f
Octal25535034631011126270117
Binary10101101111010001110011011001011001101100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8E6; }

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

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

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

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

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

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

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

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