#ADEBED

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

Shades of Pale Turquoise #ADEBED

Tints of Pale Turquoise #ADEBED

Color information

#ADEBED (or 0xADEBED) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and ED. RGB value is (173,235,237). Sum of RGB (Red+Green+Blue) = 173+235+237=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBED is #521412. Grayscale: #D8D8D8. Windows color (decimal): -5379091 or 15592365. OLE color: 15592365.

HSL color Cylindrical-coordinate representation of color #ADEBED: hue angle of 181.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEBED is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173235237-
CMYK0.270.0100.07
HSL181.88º64%80.39%-
HSV(B)181.88º27%92.94%-
XYZ62.2374.4291.2-
YUV216.69139.4696.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.82%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=26.82%
G=36.43%
B=36.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732352370.270.0100.07181.886480.39
HexADEBED1B107b64050
Octal25535335533107266100120
Binary10101101111010111110110111011101111011011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBED; }

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

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

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

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

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

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

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

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