#ADEBF1

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

Shades of Pale Turquoise #ADEBF1

Tints of Pale Turquoise #ADEBF1

Color information

#ADEBF1 (or 0xADEBF1) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and F1. RGB value is (173,235,241). Sum of RGB (Red+Green+Blue) = 173+235+241=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF1 is #52140E. Grayscale: #D9D9D9. Windows color (decimal): -5379087 or 15854509. OLE color: 15854509.

HSL color Cylindrical-coordinate representation of color #ADEBF1: hue angle of 185.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEBF1 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173235241-
CMYK0.280.0200.05
HSL185.29º70.83%81.18%-
HSV(B)185.29º28.22%94.51%-
XYZ62.8274.6594.32-
YUV217.15141.4696.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=26.66%
G=36.21%
B=37.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732352410.280.0200.05185.2970.8381.18
HexADEBF11C205b94751
Octal25535336134205271107121
Binary101011011110101111110001111001001011011100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBF1; }

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

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

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

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

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

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

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

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