#ADE8E3

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

Shades of Pale Turquoise #ADE8E3

Tints of Pale Turquoise #ADE8E3

Color information

#ADE8E3 (or 0xADE8E3) is unknown color: approx Pale Turquoise. HEX triplet: AD, E8 and E3. RGB value is (173,232,227). Sum of RGB (Red+Green+Blue) = 173+232+227=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8E3 is #52171C. Grayscale: #D5D5D5. Windows color (decimal): -5379869 or 14936237. OLE color: 14936237.

HSL color Cylindrical-coordinate representation of color #ADE8E3: hue angle of 174.92º 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 #ADE8E3 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB173232227-
CMYK0.2500.020.09
HSL174.92º56.19%79.41%-
HSV(B)174.92º25.43%90.98%-
XYZ59.9672.1483.44-
YUV213.79135.4598.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 232 (91.02% from 255) = 36.71%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=27.37%
G=36.71%
B=35.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732322270.2500.020.09174.9256.1979.41
HexADE8E319029af384f
Octal25535034331021125770117
Binary101011011110100011100011110010101001101011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8E3; }

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

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

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

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

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

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

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

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