#ADEBF3

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

Shades of Pale Turquoise #ADEBF3

Tints of Pale Turquoise #ADEBF3

Color information

#ADEBF3 (or 0xADEBF3) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and F3. RGB value is (173,235,243). Sum of RGB (Red+Green+Blue) = 173+235+243=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADEBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF3 is #52140C. Grayscale: #D9D9D9. Windows color (decimal): -5379085 or 15985581. OLE color: 15985581.

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

Color convert

RGB173235243-
CMYK0.290.0300.05
HSL186.86º74.47%81.57%-
HSV(B)186.86º28.81%95.29%-
XYZ63.1274.7795.9-
YUV217.37142.4696.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.57%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=26.57%
G=36.10%
B=37.33%

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
Decimal1732352430.290.0300.05186.8674.4781.57
HexADEBF31D305bb4a52
Octal25535336335305273112122
Binary101011011110101111110011111011101011011101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBF3; }

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

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

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

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

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

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

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

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