#ADEBE6

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

Shades of Pale Turquoise #ADEBE6

Tints of Pale Turquoise #ADEBE6

Color information

#ADEBE6 (or 0xADEBE6) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and E6. RGB value is (173,235,230). Sum of RGB (Red+Green+Blue) = 173+235+230=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBE6 is #521419. Grayscale: #D7D7D7. Windows color (decimal): -5379098 or 15133613. OLE color: 15133613.

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

Color convert

RGB173235230-
CMYK0.2600.020.08
HSL175.16º60.78%80%-
HSV(B)175.16º26.38%92.16%-
XYZ61.2274.0185.92-
YUV215.89135.9697.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=27.12%
G=36.83%
B=36.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732352300.2600.020.08175.1660.7880
HexADEBE61A028af3d50
Octal25535334632021025775120
Binary101011011110101111100110110100101000101011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBE6; }

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

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

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

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

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

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

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

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