#ADE8E5

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

Shades of Pale Turquoise #ADE8E5

Tints of Pale Turquoise #ADE8E5

Color information

#ADE8E5 (or 0xADE8E5) is unknown color: approx Pale Turquoise. HEX triplet: AD, E8 and E5. RGB value is (173,232,229). Sum of RGB (Red+Green+Blue) = 173+232+229=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8E5 is #52171A. Grayscale: #D5D5D5. Windows color (decimal): -5379867 or 15067309. OLE color: 15067309.

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

Color convert

RGB173232229-
CMYK0.2500.010.09
HSL176.95º56.19%79.41%-
HSV(B)176.95º25.43%90.98%-
XYZ60.2372.2584.9-
YUV214.02136.4598.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 232 (91.02% from 255) = 36.59%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=27.29%
G=36.59%
B=36.12%

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
Decimal1732322290.2500.010.09176.9556.1979.41
HexADE8E519019b1384f
Octal25535034531011126170117
Binary10101101111010001110010111001011001101100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8E5; }

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

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

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

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

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

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

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

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