#ADEBF0

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

Shades of Pale Turquoise #ADEBF0

Tints of Pale Turquoise #ADEBF0

Color information

#ADEBF0 (or 0xADEBF0) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and F0. RGB value is (173,235,240). Sum of RGB (Red+Green+Blue) = 173+235+240=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF0 is #52140F. Grayscale: #D8D8D8. Windows color (decimal): -5379088 or 15788973. OLE color: 15788973.

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

Color convert

RGB173235240-
CMYK0.280.0200.06
HSL184.48º69.07%80.98%-
HSV(B)184.48º27.92%94.12%-
XYZ62.6774.5993.53-
YUV217.03140.9696.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.70%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=26.70%
G=36.27%
B=37.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732352400.280.0200.06184.4869.0780.98
HexADEBF01C206b84551
Octal25535336034206270105121
Binary101011011110101111110000111001001101011100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBF0; }

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

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

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

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

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

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

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

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