#ADEBE8

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

Shades of Pale Turquoise #ADEBE8

Tints of Pale Turquoise #ADEBE8

Color information

#ADEBE8 (or 0xADEBE8) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and E8. RGB value is (173,235,232). Sum of RGB (Red+Green+Blue) = 173+235+232=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBE8 is #521417. Grayscale: #D8D8D8. Windows color (decimal): -5379096 or 15264685. OLE color: 15264685.

HSL color Cylindrical-coordinate representation of color #ADEBE8: hue angle of 177.1º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBE8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB173235232-
CMYK0.2600.010.08
HSL177.1º60.78%80%-
HSV(B)177.1º26.38%92.16%-
XYZ61.5174.1387.41-
YUV216.12136.9697.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=27.03%
G=36.72%
B=36.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732352320.2600.010.08177.160.7880
HexADEBE81A018b13d50
Octal25535335032011026175120
Binary10101101111010111110100011010011000101100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBE8; }

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

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

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

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

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

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

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

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