#ADE8E4

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

Shades of Pale Turquoise #ADE8E4

Tints of Pale Turquoise #ADE8E4

Color information

#ADE8E4 (or 0xADE8E4) is unknown color: approx Pale Turquoise. HEX triplet: AD, E8 and E4. RGB value is (173,232,228). Sum of RGB (Red+Green+Blue) = 173+232+228=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8E4 is #52171B. Grayscale: #D5D5D5. Windows color (decimal): -5379868 or 15001773. OLE color: 15001773.

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

Color convert

RGB173232228-
CMYK0.2500.020.09
HSL175.93º56.19%79.41%-
HSV(B)175.93º25.43%90.98%-
XYZ60.0972.284.17-
YUV213.9135.9598.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=27.33%
G=36.65%
B=36.02%

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
Decimal1732322280.2500.020.09175.9356.1979.41
HexADE8E419029b0384f
Octal25535034431021126070117
Binary101011011110100011100100110010101001101100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8E4; }

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

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

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

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

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

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

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

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