#ADEDF9

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

Shades of Pale Turquoise #ADEDF9

Tints of Pale Turquoise #ADEDF9

Color information

#ADEDF9 (or 0xADEDF9) is unknown color: approx Pale Turquoise. HEX triplet: AD, ED and F9. RGB value is (173,237,249). Sum of RGB (Red+Green+Blue) = 173+237+249=659 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.25% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADEDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDF9 is #521206. Grayscale: #DBDBDB. Windows color (decimal): -5378567 or 16379309. OLE color: 16379309.

HSL color Cylindrical-coordinate representation of color #ADEDF9: hue angle of 189.47º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEDF9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173237249-
CMYK0.310.0500.02
HSL189.47º86.36%82.75%-
HSV(B)189.47º30.52%97.65%-
XYZ64.6276.29100.94-
YUV219.23144.895.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.25%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=26.25%
G=35.96%
B=37.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732372490.310.0500.02189.4786.3682.75
HexADEDF91F502bd5653
Octal25535537137502275126123
Binary101011011110110111111001111111010101011110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDF9; }

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

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

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

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

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

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

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

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