#ADEBF2

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

Shades of Pale Turquoise #ADEBF2

Tints of Pale Turquoise #ADEBF2

Color information

#ADEBF2 (or 0xADEBF2) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and F2. RGB value is (173,235,242). Sum of RGB (Red+Green+Blue) = 173+235+242=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF2 is #52140D. Grayscale: #D9D9D9. Windows color (decimal): -5379086 or 15920045. OLE color: 15920045.

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

Color convert

RGB173235242-
CMYK0.290.0300.05
HSL186.09º72.63%81.37%-
HSV(B)186.09º28.51%94.9%-
XYZ62.9774.7195.11-
YUV217.26141.9696.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.62%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=26.62%
G=36.15%
B=37.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732352420.290.0300.05186.0972.6381.37
HexADEBF21D305ba4951
Octal25535336235305272111121
Binary101011011110101111110010111011101011011101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBF2; }

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

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

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

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

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

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

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

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