#ADEBF4

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

Shades of Pale Turquoise #ADEBF4

Tints of Pale Turquoise #ADEBF4

Color information

#ADEBF4 (or 0xADEBF4) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and F4. RGB value is (173,235,244). Sum of RGB (Red+Green+Blue) = 173+235+244=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADEBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF4 is #52140B. Grayscale: #D9D9D9. Windows color (decimal): -5379084 or 16051117. OLE color: 16051117.

HSL color Cylindrical-coordinate representation of color #ADEBF4: hue angle of 187.61º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEBF4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173235244-
CMYK0.290.0400.04
HSL187.61º76.34%81.76%-
HSV(B)187.61º29.1%95.69%-
XYZ63.2774.8396.7-
YUV217.49142.9696.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.53%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=26.53%
G=36.04%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732352440.290.0400.04187.6176.3481.76
HexADEBF41D404bc4c52
Octal25535336435404274114122
Binary1010110111101011111101001110110001001011110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBF4; }

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

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

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

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

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

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

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

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